aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/MapBox/MapBox.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/nodes/MapBox/MapBox.scss')
-rw-r--r--src/client/views/nodes/MapBox/MapBox.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/nodes/MapBox/MapBox.scss b/src/client/views/nodes/MapBox/MapBox.scss
index 863907aaf..04e8b0dd5 100644
--- a/src/client/views/nodes/MapBox/MapBox.scss
+++ b/src/client/views/nodes/MapBox/MapBox.scss
@@ -2,16 +2,19 @@
width: 100%;
height: 100%;
overflow: hidden;
+ display: flex;
.MapBox-contents {
width: 100%;
height: 100%;
overflow: hidden;
+ display: flex;
> div {
position: unset !important; // when the sidebar filter flys out, this prevents the map from extending outside the document box
}
.map-wrapper {
+ width: 100%;
.searchbox {
box-sizing: border-box;
border: 1px solid transparent;