Bound responsive map explorer height
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 0s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-19 02:51:06 +02:00
parent 46aa644b24
commit 301ecaccbd
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -6670,6 +6670,7 @@ section {
@media (max-width: 1500px) {
.geo-explorer-layout {
grid-template-columns: minmax(14rem, 16rem) minmax(28rem, 1fr);
grid-template-rows: clamp(34rem, calc(100dvh - 10rem), 52rem) auto;
height: auto;
min-height: 0;
}