mirror of
https://github.com/revanced/revanced-website.git
synced 2025-04-29 22:24:31 +02:00
fix: set min-height
for all custom scrollbar thumbs
This commit is contained in:
parent
9defa75ae5
commit
c3a8247610
@ -137,6 +137,7 @@ p {
|
|||||||
background-color: var(--accent-color);
|
background-color: var(--accent-color);
|
||||||
background-clip: content-box;
|
background-clip: content-box;
|
||||||
border-radius: 100px;
|
border-radius: 100px;
|
||||||
|
min-height: 4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb:hover {
|
::-webkit-scrollbar-thumb:hover {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user