Merge pull request #1808 from umap-project/panel-height-with-footer-bar
fix: adapt panel expanded height when map has a caption bar
This commit is contained in:
commit
eb1a0bae25
1 changed files with 4 additions and 0 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue