Add CSS for map height

This commit is contained in:
phl0 2022-07-02 19:24:03 +02:00
parent 1f67ffc871
commit 949530aaaf
No known key found for this signature in database
GPG key ID: 48EA1E640798CA9A

View file

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