fix: allow panel expanded mode in mobile

This commit is contained in:
Yohan Boniface 2024-05-02 12:24:36 +02:00
parent 49b240a3db
commit 51d5095d2c

View file

@ -129,8 +129,9 @@
left: 0;
visibility: visible;
}
.panel li.umap-resize-link {
display: none;
.panel.expanded {
height: 100%;
max-height: 100%;
}
.umap-caption-bar-enabled .panel {
bottom: var(--footer-height);