From 7f235275c95675f4ee0db779332b3c9fb577f4e2 Mon Sep 17 00:00:00 2001
From: syuilo <Syuilotan@yahoo.co.jp>
Date: Mon, 29 May 2023 19:35:11 +0900
Subject: [PATCH] :art:

---
 packages/frontend/src/ui/deck/column.vue | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

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;
 			}