From 9accc4e4dacb8ff96e49d7c5cc91af58d9085f43 Mon Sep 17 00:00:00 2001 From: Kuingsmile <96409857+Kuingsmile@users.noreply.github.com> Date: Mon, 12 Jan 2026 11:39:39 +0800 Subject: [PATCH] :bug: Fix(custom): fix an issue the list is covered in toolbox page --- src/renderer/pages/css/ToolboxPage.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/renderer/pages/css/ToolboxPage.css b/src/renderer/pages/css/ToolboxPage.css index a36f2180..39ffc2a9 100644 --- a/src/renderer/pages/css/ToolboxPage.css +++ b/src/renderer/pages/css/ToolboxPage.css @@ -14,11 +14,12 @@ html, body { flex-direction: column; gap: 1.25rem; box-sizing: border-box; + background: var(--color-surface); } /* Card Base */ .toolbox-card { - overflow: hidden; + overflow: auto; border: 1px solid var(--color-border-secondary); border-radius: var(--radius-xl); background: var(--color-surface); @@ -206,6 +207,7 @@ html, body { /* Items Card */ .items-card { border-radius: var(--radius-lg); + height: 230px; } .card-title {