Fix css on panel containers

This commit is contained in:
ThePetrovich 2025-12-14 18:13:41 +08:00
parent 3be5d6c515
commit f0aa28ec7c

View file

@ -86,6 +86,17 @@
z-index: 1001; 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 */ /* MapLibre control styles */
.maplibregl-ctrl-group { .maplibregl-ctrl-group {
border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;