修复手机名单抽屉滚动:height:80vh 给 flex 子项确定高度,滚动生效

This commit is contained in:
2026-03-17 20:59:06 +08:00
parent ad754a704e
commit 0ce969ef69

View File

@@ -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 {