From b0f85c57397b05a6872a4799f423f95fd1766ba5 Mon Sep 17 00:00:00 2001 From: evanpelle Date: Fri, 3 Jul 2026 15:36:20 -0700 Subject: [PATCH] fix: keep Playwire bottom rail below the in-game HUD so it can't cover the control panel --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 14d1df331..f042ec74b 100644 --- a/index.html +++ b/index.html @@ -26,9 +26,11 @@ padding-left: env(safe-area-inset-left); } - /* Prevent Playwire bottom rail from affecting flex layout */ + /* Prevent Playwire bottom rail from affecting flex layout, + and keep it below the bottom HUD (z-[200]) so it can't cover the control panel */ [id^="pw-oop-bottom_rail"] { position: fixed !important; + z-index: 150 !important; } /* Ensure full viewport height on iOS */