From 51d5095d2cb2a5de66fe24a781d89c45a7c227b8 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Thu, 2 May 2024 12:24:36 +0200 Subject: [PATCH] fix: allow panel expanded mode in mobile --- umap/static/umap/css/panel.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/umap/static/umap/css/panel.css b/umap/static/umap/css/panel.css index 73e82500..3c94c218 100644 --- a/umap/static/umap/css/panel.css +++ b/umap/static/umap/css/panel.css @@ -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);