mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-28 06:46:13 +03:00
fix: scrollbar styling #1397
This commit is contained in:
parent
6979c493ca
commit
7fb410732a
1 changed files with 10 additions and 0 deletions
|
@ -99,3 +99,13 @@ $sideborder-margin: 6px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* scrollbar */
|
||||||
|
::-webkit-scrollbar {
|
||||||
|
width: 6px;
|
||||||
|
background: background-color;
|
||||||
|
}
|
||||||
|
::-webkit-scrollbar-thumb {
|
||||||
|
border-radius: 16px;
|
||||||
|
background: #6b7280;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue