Fix css on panel containers
This commit is contained in:
parent
3be5d6c515
commit
f0aa28ec7c
1 changed files with 11 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue