maputnik/src/styles/_scrollbar.scss

13 lines
255 B
SCSS
Raw Normal View History

2017-01-11 09:35:48 +01:00
::-webkit-scrollbar {
background-color: #26282e;
width: 5px;
}
::-webkit-scrollbar-thumb {
border-radius: 6px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #666;
padding-left: 2px;
padding-right: 2px;
}