blrec/webapp/src/styles.scss
2022-06-18 16:25:23 +08:00

20 lines
368 B
SCSS

/* You can add global styles to this file, and also import other style files */
@media screen and (min-width: 768px) {
::-webkit-scrollbar {
width: 8px;
height: 8px;
}
::-webkit-scrollbar-track {
background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
background: #c1c1c1;
}
::-webkit-scrollbar-thumb:hover {
background: #a8a8a8;
}
}