From 2785782f7db40361d62e86969c832cb86d194ecc Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Sat, 12 Sep 2026 11:16:35 -0700 Subject: [PATCH] style: fix desktop map-top-controls left offset to eliminate HUD card collision --- css/styles.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/css/styles.css b/css/styles.css index cd861dd..7fd1be5 100644 --- a/css/styles.css +++ b/css/styles.css @@ -706,12 +706,19 @@ body { .map-top-controls { position: absolute; top: 20px; + left: 360px; right: 20px; z-index: 500; display: flex; align-items: center; + justify-content: flex-end; gap: 10px; flex-wrap: wrap; + pointer-events: none; +} + +.map-top-controls > * { + pointer-events: auto; } .btn-hud-action {