From d93c13c1624c5b203a8b19f118bc9e989b66d7de Mon Sep 17 00:00:00 2001 From: Polen Date: Wed, 8 Apr 2026 11:43:30 -0400 Subject: [PATCH] weird scroll --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 5ac2a89..f6b5f8b 100644 --- a/static/style.css +++ b/static/style.css @@ -13,7 +13,7 @@ } /* ── Layout ─────────────────────────────────────────── */ -html, body { height: 100%; margin: 0; padding: 0; } +html, body { height: 100%; margin: 0; padding: 0; overflow-x: hidden; } /* ── Top nav ─────────────────────────────────────────── */ #topnav { @@ -70,7 +70,7 @@ html, body { height: 100%; margin: 0; padding: 0; } } /* ── Map page ────────────────────────────────────────── */ -#page-map { display: flex; flex-direction: column; flex: 1; position: relative; } +#page-map { display: flex; flex-direction: column; flex: 1; position: relative; overflow: hidden; } #map { flex: 1; min-height: 0; } /* Slider + fuel panel */