This commit is contained in:
syuilo 2023-05-29 19:35:11 +09:00
parent 3097bb6c7d
commit 7f235275c9

View file

@ -296,8 +296,10 @@ function onDrop(ev) {
}
> .body {
background: transparent !important;
&::-webkit-scrollbar-track {
background: inherit;
background: transparent;
}
}
}
@ -306,6 +308,8 @@ function onDrop(ev) {
background: var(--bg) !important;
> .body {
background: var(--bg) !important;
&::-webkit-scrollbar-track {
background: inherit;
}