mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-05 07:42:03 +00:00
fix: keep Playwire bottom rail below the in-game HUD so it can't cover the control panel
This commit is contained in:
+3
-1
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user