maputnik/src/styles/_scrollbar.scss

13 lines
245 B
SCSS
Raw Normal View History

2017-01-11 09:35:48 +01:00
::-webkit-scrollbar {
2017-01-12 11:23:06 +01:00
background-color: #26282e;
width: 5px;
2017-01-11 09:35:48 +01:00
}
::-webkit-scrollbar-thumb {
2017-01-12 11:23:06 +01:00
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;
2017-01-11 09:35:48 +01:00
}