From 6990e20e15851f35ebe50697536b90d204d92244 Mon Sep 17 00:00:00 2001 From: Catalin Constantin Mititiuc Date: Mon, 16 Jun 2025 22:41:29 -0700 Subject: [PATCH] Remove scrollbars from svg --- public/map.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/map.css b/public/map.css index ad67ce3..71dfe79 100644 --- a/public/map.css +++ b/public/map.css @@ -1,3 +1,7 @@ +svg { + overflow: hidden; +} + image { image-rendering: pixelated; }