mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
13 lines
255 B
SCSS
13 lines
255 B
SCSS
.thin-scroll-bar::-webkit-scrollbar-track {
|
|
background-color: #f6f6f6;;
|
|
border: 1px solid #f0f0f0;
|
|
}
|
|
|
|
.thin-scroll-bar::-webkit-scrollbar {
|
|
width: 7px;
|
|
}
|
|
|
|
.thin-scroll-bar::-webkit-scrollbar-thumb {
|
|
background-color: #c3c3c3;
|
|
min-height: 40px;
|
|
} |