From f0b805fedf5c5c42c80d106940c536e2c907bdcb Mon Sep 17 00:00:00 2001 From: muelli Date: Tue, 31 May 2022 10:29:20 +0200 Subject: [PATCH] show search bar again Somehow the map goes full screen and hides the search bar. This makes it slightly better, but it doesn't fully solve the problem, since there are some pixels overlapping. But at least the search can be used again. --- static/css/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/main.css b/static/css/main.css index a08323d..a29373f 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -70,6 +70,7 @@ button { #bigmap { position: absolute; + margin-top: 50px; width: 100%; height: 100%; } @@ -119,4 +120,4 @@ button { .more_on_osm a { text-decoration: none; color: #CD59F7; -} \ No newline at end of file +}