diff --git a/index.html b/index.html index fdf6d046e..1b81cdd16 100644 --- a/index.html +++ b/index.html @@ -26,6 +26,11 @@ padding-left: env(safe-area-inset-left); } + /* Prevent Playwire bottom rail from affecting flex layout */ + [id^="pw-oop-bottom_rail"] { + position: fixed !important; + } + /* Ensure full viewport height on iOS */ html, body { @@ -261,9 +266,7 @@ > -