移除iOS根容器锁高以修复底部黑边

This commit is contained in:
JSR
2026-03-19 18:46:31 +08:00
parent 915ea55e73
commit 62c4855cc4
3 changed files with 3 additions and 16 deletions
+1 -1
View File
@@ -297,7 +297,7 @@ function MainContent(): React.JSX.Element {
}}
>
{contextHolder}
<Layout style={{ height: "100%", minHeight: "100dvh", flexDirection: "row", overflow: "hidden" }}>
<Layout style={{ height: "100%", flexDirection: "row", overflow: "hidden" }}>
<Sidebar
activeMenu={activeMenu}
permission={permission}