This commit is contained in:
syuilo 2025-07-06 15:54:33 +09:00
parent e6ec15e397
commit 40a35968f0
1 changed files with 0 additions and 21 deletions

View File

@ -45,27 +45,6 @@ html {
&, * {
scrollbar-color: var(--MI_THEME-scrollbarHandle) transparent;
scrollbar-width: thin;
&::-webkit-scrollbar {
width: 6px;
height: 6px;
}
&::-webkit-scrollbar-track {
background: inherit;
}
&::-webkit-scrollbar-thumb {
background: var(--MI_THEME-scrollbarHandle);
&:hover {
background: var(--MI_THEME-scrollbarHandleHover);
}
&:active {
background: var(--MI_THEME-accent);
}
}
}
&.f-1 {