Skip to content
Snippets Groups Projects
Commit 7f235275 authored by syuilo's avatar syuilo
Browse files

🎨

parent 3097bb6c
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment