mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-04 01:15:19 -05:00
refactor/create global css
This commit is contained in:
11
frontend/public/styles/global.css
Normal file
11
frontend/public/styles/global.css
Normal file
@@ -0,0 +1,11 @@
|
||||
*::-webkit-scrollbar {
|
||||
width: 0.25rem;
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar-track {
|
||||
background: lightgray;
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar-thumb {
|
||||
background: grey;
|
||||
}
|
||||
Reference in New Issue
Block a user