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;
|
left: 0;
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
.panel li.umap-resize-link {
|
.panel.expanded {
|
||||||
display: none;
|
height: 100%;
|
||||||
|
max-height: 100%;
|
||||||
}
|
}
|
||||||
.umap-caption-bar-enabled .panel {
|
.umap-caption-bar-enabled .panel {
|
||||||
bottom: var(--footer-height);
|
bottom: var(--footer-height);
|
||||||
|
|
Loading…
Reference in a new issue