From 730917dd5c18b914a82d7d5475acfbfd2cb4e786 Mon Sep 17 00:00:00 2001 From: Dmitry Novikov Date: Wed, 13 Dec 2017 12:15:56 +0300 Subject: [PATCH] fix mobile map view --- mapapp/templates/maps/ya_index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mapapp/templates/maps/ya_index.html b/mapapp/templates/maps/ya_index.html index 6e681f6..b317aea 100644 --- a/mapapp/templates/maps/ya_index.html +++ b/mapapp/templates/maps/ya_index.html @@ -128,6 +128,7 @@ padding: 0; position: fixed; height: 95vh; + width: 100%; } #yapanel{ position: absolute; @@ -155,4 +156,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %}