fix mobile navigation placement
GeoIntel release gates / Compile, test, contracts and builds (push) Failing after 22s
GeoIntel release gates / Python and npm vulnerability policy (push) Failing after 22s
GeoIntel release gates / GIS image, SBOM and container scan (push) Failing after 1m44s

This commit is contained in:
Jens
2026-08-21 22:40:35 +02:00
parent c20e718086
commit ae080a7b23
+1 -1
View File
@@ -2334,7 +2334,7 @@ button.overview-command-card { cursor: pointer; }
@media (max-width: 600px) {
.workbench-layout { display: block; min-height: 100dvh; }
.workbench-sidebar {
position: fixed; z-index: 120; right: 0; bottom: 0; left: 0; width: 100%;
position: fixed; z-index: 120; top: auto; right: 0; bottom: 0; left: 0; width: 100%;
min-height: 4.15rem; max-height: 4.15rem; border-top: 1px solid rgba(153, 218, 202, 0.22);
padding: 0.3rem 0.45rem max(0.3rem, env(safe-area-inset-bottom));
box-shadow: 0 -8px 24px rgba(3, 40, 35, 0.18);