mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-26 18:20:38 +01:00
Make the scrollbar wider so it's easier to grab with the mouse pointer.
This commit is contained in:
parent
f70d078ec6
commit
e6e4c928f3
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
|||
div:not(.maputnik-toolbar__actions) {
|
||||
&::-webkit-scrollbar {
|
||||
background-color: #26282e;
|
||||
width: 5px;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar-thumb {
|
||||
|
|
Loading…
Reference in a new issue