From 5bd9ad8bd1740dcff179d66718532086304ca4c4 Mon Sep 17 00:00:00 2001 From: ivar Date: Wed, 3 Dec 2025 21:48:42 +0100 Subject: Fix map height --- api/WhatApi/Templates/web_map.liquid | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'api/WhatApi/Templates/web_map.liquid') diff --git a/api/WhatApi/Templates/web_map.liquid b/api/WhatApi/Templates/web_map.liquid index d0a70e7..5ac9e5d 100644 --- a/api/WhatApi/Templates/web_map.liquid +++ b/api/WhatApi/Templates/web_map.liquid @@ -9,8 +9,12 @@ padding: 0; } - html, body, #map { - height: 90%; + html, body { + height: 100%; + } + + #map { + height: 95%; } -- cgit v1.3