summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/frontend/src/ui/deck/column.vue6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/frontend/src/ui/deck/column.vue b/packages/frontend/src/ui/deck/column.vue
index 073b036cb9..2c75577ba4 100644
--- a/packages/frontend/src/ui/deck/column.vue
+++ b/packages/frontend/src/ui/deck/column.vue
@@ -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;
}