From 949530aaaf201267097f969244697300a530d60b Mon Sep 17 00:00:00 2001 From: phl0 Date: Sat, 2 Jul 2022 19:24:03 +0200 Subject: [PATCH] Add CSS for map height --- assets/css/general.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/css/general.css b/assets/css/general.css index 2e47543b..890410ee 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -349,3 +349,8 @@ div#station_logbooks_linked_table_paginate { max-height: 250px; max-width: 100%; } + +#mapactivators { + height: calc(100vh - 380px) !important; + max-height: 900px !important; +}