fix: allow panel expanded mode in mobile
This commit is contained in:
parent
49b240a3db
commit
51d5095d2c
1 changed files with 3 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue