Skip to content

Commit fbe2135

Browse files
authored
Update full.css
1 parent ddcc705 commit fbe2135

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

full.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ body cd-el {
5959

6060
.bottom-wrapper {
6161
position: fixed;
62-
bottom: 0;
62+
bottom: env(safe-area-inset-bottom, 0px);
6363
left: 0;
6464
right: 0;
6565
height: calc(45px + 56px + 45px);
@@ -81,7 +81,7 @@ body.notransition .bottom-wrapper {
8181
}
8282

8383
.bottom-wrapper.expanded {
84-
transform: translateY(calc(-1 * var(--window-height, 100vh) + 44px + env(safe-area-inset-top, 0px)));
84+
transform: translateY(calc(-1 * var(--window-height, 100vh) + 44px + env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px)));
8585
height: 44px;
8686
}
8787

0 commit comments

Comments
 (0)