Skip to content

Commit 782af6e

Browse files
committed
chore: fix menus not having correct max height on mobile web browsers
1 parent c493b2c commit 782af6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/web/src/stylesheets/_main.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525

2626
--reach-checkbox: 1;
2727

28-
--safe-area-inset-top: 0;
29-
--safe-area-inset-bottom: 0;
30-
--safe-area-inset-left: 0;
31-
--safe-area-inset-right: 0;
28+
--safe-area-inset-top: 0px;
29+
--safe-area-inset-bottom: 0px;
30+
--safe-area-inset-left: 0px;
31+
--safe-area-inset-right: 0px;
3232

3333
--sn-stylekit-font-size-editor: 0.9375rem;
3434

0 commit comments

Comments
 (0)