From f0aa28ec7ca83e864e3980d311e0c01f9d9b94e6 Mon Sep 17 00:00:00 2001 From: ThePetrovich Date: Sun, 14 Dec 2025 18:13:41 +0800 Subject: [PATCH] Fix css on panel containers --- static/css/custom.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/static/css/custom.css b/static/css/custom.css index b2939ef..7d612e2 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -86,6 +86,17 @@ z-index: 1001; } +.panel-container-right { + position: absolute; + top: var(--panel-top); + right: var(--panel-left); + width: 23rem; + max-height: 90vh; + max-width: calc(100vw - var(--panel-left) - var(--panel-left)); + overflow-y: auto; + z-index: 1001; +} + /* MapLibre control styles */ .maplibregl-ctrl-group { border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;