Merge pull request #1790 from umap-project/panel-expanded-mobile

fix: allow panel expanded mode in mobile
This commit is contained in:
Yohan Boniface 2024-05-08 18:56:41 +02:00 committed by GitHub
commit 369f798839
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -130,8 +130,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);