13 lines
210 B
SCSS
13 lines
210 B
SCSS
@import 'general';
|
|
|
|
::-webkit-scrollbar {
|
|
background-color: $back-grey;
|
|
width: .8em
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb:window-inactive,
|
|
::-webkit-scrollbar-thumb {
|
|
background: $text;
|
|
border-radius: 10px;
|
|
}
|