Skip to content

Commit e3c21b2

Browse files
committed
Update full.css
1 parent 085cd74 commit e3c21b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

full.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,12 @@ body.notransition .bottom-wrapper {
7676
}
7777

7878
.bottom-wrapper.hidden {
79+
pointer-events: none;
7980
transform: translateY(calc(100% + env(safe-area-inset-bottom, 0px)));
8081
}
8182

8283
.bottom-wrapper.expanded {
84+
pointer-events: auto;
8385
transform: translateY(calc(-1 * var(--window-height, 100vh) + 44px + env(safe-area-inset-top, 0px) + env(safe-area-inset-bottom, 0px)));
8486
height: 44px;
8587
}

0 commit comments

Comments
 (0)