mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-09 14:11:48 +01:00
12 lines
245 B
SCSS
12 lines
245 B
SCSS
::-webkit-scrollbar {
|
|
background-color: #26282e;
|
|
width: 5px;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
border-radius: 6px;
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
background-color: #666;
|
|
padding-left: 2px;
|
|
padding-right: 2px;
|
|
}
|