mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-07 01:05:27 +01:00
12 lines
286 B
SCSS
12 lines
286 B
SCSS
.darkScrollbar::-webkit-scrollbar {
|
|
background-color: #26282e;
|
|
width: 5px;
|
|
}
|
|
|
|
.darkScrollbar::-webkit-scrollbar-thumb {
|
|
border-radius: 6px;
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
|
|
background-color: #40444e;
|
|
padding-left: 2px;
|
|
padding-right: 2px;
|
|
}
|