diff options
author | bobzel <zzzman@gmail.com> | 2023-12-16 21:10:24 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-12-16 21:10:24 -0500 |
commit | 232b500bc7400bef1f05f05fb42570ed829a68f8 (patch) | |
tree | 0a99c0529dbdeb07da979fdcd9d56b93b828622f /src | |
parent | dd467ca443c9c55ea9e570a0bdd2a4b7329965a2 (diff) |
when maps are made small and zoomed in on, this fixes them so that they don't clip
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/nodes/MapBox/MapBox.scss | 4 |
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; |