Skip to content

Commit

Permalink
[12.0] [IMP] base_geoengine: Make geoengine view fullscreen on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
renda-dev committed Sep 4, 2023
1 parent 408eaad commit dca6654
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions base_geoengine/static/src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ div.olmap {
.olmap svg{
width: initial;
height: initial;

}

.olmap:-moz-full-screen {
Expand Down Expand Up @@ -177,4 +177,9 @@ div.ol-clear {

.ol-popup-closer:after {
content: "✖";
}
}

/* Make map fullscreen even in mobile */
div.o_geo_view {
height: 100%;
}

0 comments on commit dca6654

Please sign in to comment.