From a0f3cc21a69bbb17765a5da42c92596557a337e4 Mon Sep 17 00:00:00 2001 From: Suzumiya Date: Tue, 8 Sep 2026 19:51:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=BE=93=E5=85=A5=E5=8C=BA=E6=BB=9A?= =?UTF-8?q?=E5=8A=A8=E6=9D=A1=E6=94=B9=E4=B8=BA=E6=8C=89=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E6=BA=A2=E5=87=BA=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除常驻滚动条和标准 scrollbar 属性 - 保留 WebKit 细滚动条样式,仅在内容超出时出现 --- apps/ai-game-creator-shell/src/styles.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/ai-game-creator-shell/src/styles.css b/apps/ai-game-creator-shell/src/styles.css index 084b759df..e4c7c2c52 100644 --- a/apps/ai-game-creator-shell/src/styles.css +++ b/apps/ai-game-creator-shell/src/styles.css @@ -9214,11 +9214,6 @@ iframe.preview-frame { bottom: 116px; } -.resource-reference-input-editor { - scrollbar-color: #cbd5e1 transparent; - scrollbar-width: thin; -} - .resource-reference-input-editor::-webkit-scrollbar { width: 8px; }