Skip to content

Commit fe77ae7

Browse files
authored
Update full.css
1 parent c005849 commit fe77ae7

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
@@ -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) - env(safe-area-inset-bottom, 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)