From 1831acc7f0eb48fc390a000e5f2b7b192d615ad9 Mon Sep 17 00:00:00 2001 From: Jokul Date: Sat, 11 Jul 2026 16:32:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=91=E7=8A=B6=E8=A7=86=E5=9B=BE?= =?UTF-8?q?=E6=B7=B1=E5=B1=82=E7=BA=A7=E8=8A=82=E7=82=B9=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E6=B0=B4=E5=B9=B3=E6=BB=9A=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/src/components/KeyList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/components/KeyList.vue b/src/renderer/src/components/KeyList.vue index b241d29..882904c 100644 --- a/src/renderer/src/components/KeyList.vue +++ b/src/renderer/src/components/KeyList.vue @@ -760,7 +760,7 @@ onUnmounted(() => { .key-content { flex: 1; - overflow-y: auto; + overflow: auto; } .key-checkbox {