mirror of
https://github.com/maputnik/editor.git
synced 2026-01-05 21:10:02 +00:00
Make the scrollbar wider so it's easier to grab with the mouse pointer.
This commit is contained in:
@@ -2,7 +2,8 @@
|
|||||||
div:not(.maputnik-toolbar__actions) {
|
div:not(.maputnik-toolbar__actions) {
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
background-color: #26282e;
|
background-color: #26282e;
|
||||||
width: 5px;
|
width: 8px;
|
||||||
|
height: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&::-webkit-scrollbar-thumb {
|
&::-webkit-scrollbar-thumb {
|
||||||
|
|||||||
Reference in New Issue
Block a user