mirror of
https://github.com/romancm/gamebrary
synced 2024-11-10 13:44:16 +00:00
update scroll bar style
This commit is contained in:
parent
e0e2b87b09
commit
ecd50f95ce
1 changed files with 7 additions and 5 deletions
|
@ -21,17 +21,19 @@
|
|||
|
||||
/* custom scrollbar */
|
||||
::-webkit-scrollbar {
|
||||
width: 20px;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background-color: $secondary;
|
||||
background-color: $dark;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: $dark;
|
||||
border-radius: 20px;
|
||||
border: 6px solid $secondary;
|
||||
background-color: $secondary;
|
||||
border-radius: $border-radius;
|
||||
padding: 10px;
|
||||
margin: 10px;
|
||||
background-clip: content-box;
|
||||
|
||||
&:hover {
|
||||
|
|
Loading…
Reference in a new issue