diff options
Diffstat (limited to 'api/WhatApi')
| -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> |
