Web Dev Solutions

Catalin Mititiuc

From 9e375ef3734301f5527b8308f4813a067d3d53fb Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Mon, 22 Apr 2024 20:44:07 -0700 Subject: Remove scrollbars from svg --- public/map.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'public/map.css') 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; } -- cgit v1.2.3