From 232b500bc7400bef1f05f05fb42570ed829a68f8 Mon Sep 17 00:00:00 2001 From: bobzel Date: Sat, 16 Dec 2023 21:10:24 -0500 Subject: when maps are made small and zoomed in on, this fixes them so that they don't clip --- src/client/views/nodes/MapBox/MapBox.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/client/views/nodes/MapBox/MapBox.scss b/src/client/views/nodes/MapBox/MapBox.scss index 0987f8795..1d27167f0 100644 --- a/src/client/views/nodes/MapBox/MapBox.scss +++ b/src/client/views/nodes/MapBox/MapBox.scss @@ -6,6 +6,10 @@ display: flex; position: absolute; + .mapboxgl-map { + overflow: unset !important; + } + .mapBox-infoWindow { background-color: white; opacity: 0.75; -- cgit v1.2.3-70-g09d2