Skip to content

Commit 8acf9a8

Browse files
committed
Update full.css
1 parent fee69de commit 8acf9a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

full.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1613,7 +1613,7 @@ body.mobile .sidebar .button {
16131613
min-width: 170px;
16141614
min-width: 135px;
16151615
max-width: 375px;
1616-
max-height: calc(100vh - 80px - 6px);
1616+
max-height: calc(100vh - 80px - 6px - env(safe-area-inset-bottom));
16171617
pointer-events: none;
16181618
transition: 0s .18s, .18s var(--bounce-function) opacity;
16191619
opacity: 0;

0 commit comments

Comments
 (0)