From 0ce969ef69f43d42f21bc4a6ddadb57d768c3b82 Mon Sep 17 00:00:00 2001 From: lkddi Date: Tue, 17 Mar 2026 20:59:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=89=8B=E6=9C=BA=E5=90=8D?= =?UTF-8?q?=E5=8D=95=E6=8A=BD=E5=B1=89=E6=BB=9A=E5=8A=A8=EF=BC=9Aheight:80?= =?UTF-8?q?vh=20=E7=BB=99=20flex=20=E5=AD=90=E9=A1=B9=E7=A1=AE=E5=AE=9A?= =?UTF-8?q?=E9=AB=98=E5=BA=A6=EF=BC=8C=E6=BB=9A=E5=8A=A8=E7=94=9F=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/chat.css | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/public/css/chat.css b/public/css/chat.css index cd04be3..c3fd54e 100644 --- a/public/css/chat.css +++ b/public/css/chat.css @@ -801,17 +801,9 @@ a:hover { color: #fff; } - /* ── 名单/房间抽屉:限制最大高度,内部用户列表区启用滚动 ── */ + /* ── 名单/房间抽屉:限定高度,内部 flex 子项才能正确贡献高度 ── */ #mobile-drawer-users { - max-height: 80vh; - } - - #mobile-drawer-users .mobile-drawer-body { - overflow: hidden; - display: flex; - flex-direction: column; - flex: 1; - min-height: 0; + height: 80vh; } #mobile-drawer-users .mobile-right-clone {