aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-12-16 21:10:24 -0500
committerbobzel <zzzman@gmail.com>2023-12-16 21:10:24 -0500
commit232b500bc7400bef1f05f05fb42570ed829a68f8 (patch)
tree0a99c0529dbdeb07da979fdcd9d56b93b828622f
parentdd467ca443c9c55ea9e570a0bdd2a4b7329965a2 (diff)
when maps are made small and zoomed in on, this fixes them so that they don't clip
-rw-r--r--src/client/views/nodes/MapBox/MapBox.scss4
1 files changed, 4 insertions, 0 deletions
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;