🎉 first commit
This commit is contained in:
18
app/styles/scrollbar.scss
Normal file
18
app/styles/scrollbar.scss
Normal file
@@ -0,0 +1,18 @@
|
||||
::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
height: 5px
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background: transparent
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: var(--upage-elements-scrollbar-thumb);
|
||||
border-radius: 5px
|
||||
}
|
||||
|
||||
* {
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: var(--upage-elements-scrollbar-thumb) transparent;
|
||||
}
|
||||
Reference in New Issue
Block a user