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; +}