summaryrefslogtreecommitdiffstats
path: root/api/WhatApi
diff options
context:
space:
mode:
authorivar <i@oiee.no>2025-12-03 21:48:42 +0100
committerivar <i@oiee.no>2025-12-03 21:48:42 +0100
commit5bd9ad8bd1740dcff179d66718532086304ca4c4 (patch)
tree05bfd62cb6185e029beb93b8469733339ce23cf7 /api/WhatApi
parent68ffad06a6cfd2cd2015ab03fb82bf69629dd7ec (diff)
downloadwhat-5bd9ad8bd1740dcff179d66718532086304ca4c4.tar.xz
what-5bd9ad8bd1740dcff179d66718532086304ca4c4.zip
Fix map height
Diffstat (limited to 'api/WhatApi')
-rw-r--r--api/WhatApi/Templates/web_map.liquid8
1 files changed, 6 insertions, 2 deletions
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%;
}
</style>
<title></title>