mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-13 04:00:21 +00:00
Move new CSS file after rebase
This commit is contained in:
13
app/webpacker/css/admin/shared/scroll_bar.scss
Normal file
13
app/webpacker/css/admin/shared/scroll_bar.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user