Skip to content
Snippets Groups Projects
Commit 3b993e9f authored by Timothee P's avatar Timothee P :sunflower:
Browse files

overide global min-height on map when not visible in feature list

parent 2cb414eb
No related branches found
No related tags found
1 merge request!458REDMINE_ISSUE-14454|Responsive - espace vide sur liste signalement
...@@ -486,6 +486,9 @@ export default { ...@@ -486,6 +486,9 @@ export default {
margin-left: 50%; margin-left: 50%;
visibility: hidden; visibility: hidden;
position: absolute; position: absolute;
#map {
min-height: 0;
}
} }
.map-container.visible { .map-container.visible {
visibility: visible; visibility: visible;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment