Merge pull request #1790 from umap-project/panel-expanded-mobile
fix: allow panel expanded mode in mobile
This commit is contained in:
commit
369f798839
1 changed files with 3 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue