insomnia/app/css/components/scrollbars.scss
Gregory Schier 7179c071d4 A bunch more
2016-03-20 22:47:49 -07:00

18 lines
246 B
SCSS

::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar {
height: 8px;
}
::-webkit-scrollbar-track {
//background: rgba(100, 100, 100, 0.1);
}
::-webkit-scrollbar-thumb {
background: rgba(100, 100, 100, 0.35);
border-radius: 4px;
}