.compact-hide {
display: inline-block;
}
-
- &.map-layout {
- #sidebar, #map {
- position: relative;
- overflow-x: hidden;
- width: 100%;
- height: 50%;
- }
-
- .overlay-sidebar {
- #sidebar {
- position: absolute;
- width: 300px;
- height: auto;
- overflow: hidden;
- }
-
- #map {
- height: 100%;
- }
- }
-
- #map-ui {
- z-index: 9999;
- width: 100%;
- overflow-y: scroll;
- }
- }
+
.overlay-sidebar #sidebar .welcome.visible {
display: none;
}
}
+
+@media (max-width: 767.98px) {
+ body.map-layout {
+ #sidebar, #map {
+ position: relative;
+ overflow-x: hidden;
+ width: 100%;
+ height: 50%;
+ }
+
+ .overlay-sidebar {
+ #sidebar {
+ position: absolute;
+ width: 300px;
+ height: auto;
+ overflow: hidden;
+ }
+
+ #map {
+ height: 100%;
+ }
+ }
+
+ #map-ui {
+ z-index: 9999;
+ width: 100%;
+ overflow-y: scroll;
+ }
+ }
+}