Fix scrollbar thumb doesn't support metro themes

This commit is contained in:
Hirame1 2022-07-03 21:26:10 +07:00
parent de5bff6999
commit a8ee064ad0

View File

@ -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 {