diff options
| author | ivar <i@oiee.no> | 2025-12-03 21:48:42 +0100 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2025-12-03 21:48:42 +0100 |
| commit | 5bd9ad8bd1740dcff179d66718532086304ca4c4 (patch) | |
| tree | 05bfd62cb6185e029beb93b8469733339ce23cf7 /api/WhatApi/Templates/web_map.liquid | |
| parent | 68ffad06a6cfd2cd2015ab03fb82bf69629dd7ec (diff) | |
| download | what-5bd9ad8bd1740dcff179d66718532086304ca4c4.tar.xz what-5bd9ad8bd1740dcff179d66718532086304ca4c4.zip | |
Fix map height
Diffstat (limited to 'api/WhatApi/Templates/web_map.liquid')
| -rw-r--r-- | api/WhatApi/Templates/web_map.liquid | 8 |
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> |
