diff --git a/src/css/wazimap-ng-v1.webflow.css b/src/css/wazimap-ng-v1.webflow.css index 491fbc48d..3cbb398ed 100755 --- a/src/css/wazimap-ng-v1.webflow.css +++ b/src/css/wazimap-ng-v1.webflow.css @@ -8514,16 +8514,17 @@ label { display: none !important; } - .facility-info{ - display: inline-table !important; - position: absolute; - width: 100%; - height: 100%; - top: 0; - left: 0; - background-color: #fff; - max-height: 100%; - max-width: 100%; + .facility-info { + position: fixed; + width: 100vw !important; + height: 100vh !important; + max-width: none; + max-height: none; + left: 0%; + right: 0%; + top: 0%; + Bottom: 0%; + z-index: 100000; } .facility-info__view-google-map, .facility-info__print, .facility-info__close{ @@ -8533,5 +8534,9 @@ label { .facility-info[style*="display: none;"]{ display: none !important; } + + .nav,.map,.rich-data,.panel-toggles,.data-mapper,.point-mapper,.tab-notice,.facility-info__close,.facility-info__print,.facility-info__view-google-map { + display: none !important; + } } diff --git a/src/index.html b/src/index.html index 984b8bb5c..554832145 100755 --- a/src/index.html +++ b/src/index.html @@ -516,6 +516,43 @@

Map boundary change

+
+
+

Loading...

+ +
+ + +
+
+
+
+ + +
+
+
+ +
+
+
+
Loading...
+
...
+
+
+
+
@@ -687,43 +724,6 @@

Map boundary change

-
-
-

Loading...

- -
- - -
-
-
-
- - -
-
-
- -
-
-
-
Loading...
-
...
-
-
-
-