From 44bb48e5ab6f5a1efe58cf30fda057ae57539800 Mon Sep 17 00:00:00 2001 From: uw935 Date: Sat, 2 Mar 2024 02:01:00 +0300 Subject: [PATCH] change: prepare for map changing --- src/static/viewer.css | 3 ++- src/templates/viewer.html | 8 +++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/static/viewer.css b/src/static/viewer.css index 80c7bdb..9c2ce53 100644 --- a/src/static/viewer.css +++ b/src/static/viewer.css @@ -8,6 +8,7 @@ } #fox_map { + position: fixed; width: 100%; - height: 500px; + height: 100%; } diff --git a/src/templates/viewer.html b/src/templates/viewer.html index a8ae227..a4ec518 100644 --- a/src/templates/viewer.html +++ b/src/templates/viewer.html @@ -34,11 +34,13 @@ } -
+