diff options
author | bobzel <zzzman@gmail.com> | 2021-07-30 08:00:49 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-07-30 08:00:49 -0400 |
commit | b3f81bf0cad1f7dadf47de7b7fc673b35180c46c (patch) | |
tree | 647ca852de4fc47959594f243b28405f0aa2de07 /src/client/views/nodes/MapBox/MapBox.scss | |
parent | 64d51d486a41bbeb5e0fe07a347ea9c6b5165389 (diff) |
set default native width for maps. changed map css so sidebar will show up. fixed pointerEvents for map
Diffstat (limited to 'src/client/views/nodes/MapBox/MapBox.scss')
-rw-r--r-- | src/client/views/nodes/MapBox/MapBox.scss | 3 |
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; |