fix: adapt panel expanded height when map has a caption bar

cf #1788
This commit is contained in:
Yohan Boniface 2024-05-09 17:07:33 +02:00
parent 4ebbf8ed11
commit b5da347a67

View file

@ -139,4 +139,8 @@
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.umap-caption-bar-enabled .panel.expanded {
height: calc(100% - var(--footer-height));
max-height: calc(100% - var(--footer-height));
}
}