diff --git a/base_geoengine/static/src/css/style.css b/base_geoengine/static/src/css/style.css index 99bb0f3e8e..7641f22d81 100644 --- a/base_geoengine/static/src/css/style.css +++ b/base_geoengine/static/src/css/style.css @@ -19,7 +19,7 @@ div.olmap { .olmap svg{ width: initial; height: initial; - + } .olmap:-moz-full-screen { @@ -177,4 +177,9 @@ div.ol-clear { .ol-popup-closer:after { content: "✖"; -} \ No newline at end of file +} + +/* Make map fullscreen even in mobile */ +div.o_geo_view { + height: 100%; +}