Files
mealie/frontend/public/styles/global.css
2021-02-06 12:16:51 -09:00

12 lines
152 B
CSS

*::-webkit-scrollbar {
width: 0.25rem;
}
*::-webkit-scrollbar-track {
background: lightgray;
}
*::-webkit-scrollbar-thumb {
background: grey;
}