chore(client): tweak style

This commit is contained in:
syuilo 2022-07-05 16:19:52 +09:00
parent 0de176a2ba
commit 58b00e2f4c

View file

@ -39,14 +39,6 @@ html {
scrollbar-color: var(--scrollbarHandle) inherit;
scrollbar-width: thin;
&:hover {
scrollbar-color: var(--scrollbarHandleHover) inherit;
}
&:active {
scrollbar-color: var(--accent) inherit;
}
&::-webkit-scrollbar {
width: 6px;
height: 6px;