Skip to content

Commit 62f0150

Browse files
fix(ui): repair iOS Safari chat viewport handling
Co-authored-by: Xi Qi <1311124+macdao@users.noreply.github.com>
1 parent 7f49f87 commit 62f0150

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

ui/src/styles/layout.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,9 @@
3232
}
3333

3434
.shell--chat {
35-
min-height: 100vh;
36-
height: 100vh;
3735
overflow: hidden;
3836
}
3937

40-
@supports (height: 100dvh) {
41-
.shell--chat {
42-
height: 100dvh;
43-
}
44-
}
45-
4638
.shell--nav-collapsed {
4739
grid-template-columns: var(--shell-nav-rail-width) minmax(0, 1fr);
4840
}

0 commit comments

Comments
 (0)