mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-22 04:05:42 +00:00
Fix scrollbar thumb doesn't support metro themes
This commit is contained in:
parent
de5bff6999
commit
a8ee064ad0
@ -13,7 +13,7 @@ html {
|
||||
background-clip: content-box;
|
||||
background-color: grey;
|
||||
border: 0.2rem solid transparent;
|
||||
border-radius: 0.5rem;
|
||||
border-radius: var(--var-border-radius, 0.5rem);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-corner {
|
||||
|
Loading…
Reference in New Issue
Block a user