insomnia/app/css/components/scrollbars.scss
2016-04-06 18:11:16 -07:00

17 lines
256 B
SCSS

@import '../constants/colors';
@import '../constants/dimensions';
::-webkit-scrollbar {
width: 6px;
height: 6px;
}
::-webkit-scrollbar-track {
background: $hl-xxs;
}
::-webkit-scrollbar-thumb {
background: $hl-md;
border-radius: $radius-md;
}