mirror of
https://github.com/maputnik/editor.git
synced 2026-03-06 18:30:02 +00:00
Merge pull request #627 from orangemug/fix/make-scrollbar-wider
Wider scrollbar
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
div:not(.maputnik-toolbar__actions) {
|
||||
&::-webkit-scrollbar {
|
||||
background-color: #26282e;
|
||||
width: 5px;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar-thumb {
|
||||
|
||||
Reference in New Issue
Block a user