We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c005849 commit fe77ae7Copy full SHA for fe77ae7
full.css
@@ -81,7 +81,7 @@ body.notransition .bottom-wrapper {
81
}
82
83
.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)));
+ transform: translateY(calc(-1 * var(--window-height, 100vh) + 44px + env(safe-area-inset-top, 0px) + env(safe-area-inset-bottom, 0px)));
85
height: 44px;
86
87
0 commit comments