🎨
This commit is contained in:
parent
3097bb6c7d
commit
7f235275c9
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue