1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 09:46:06 +02:00
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;
}