🎨
This commit is contained in:
@@ -296,8 +296,10 @@ function onDrop(ev) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
> .body {
|
> .body {
|
||||||
|
background: transparent !important;
|
||||||
|
|
||||||
&::-webkit-scrollbar-track {
|
&::-webkit-scrollbar-track {
|
||||||
background: inherit;
|
background: transparent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -306,6 +308,8 @@ function onDrop(ev) {
|
|||||||
background: var(--bg) !important;
|
background: var(--bg) !important;
|
||||||
|
|
||||||
> .body {
|
> .body {
|
||||||
|
background: var(--bg) !important;
|
||||||
|
|
||||||
&::-webkit-scrollbar-track {
|
&::-webkit-scrollbar-track {
|
||||||
background: inherit;
|
background: inherit;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user