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
@@ -55,6 +55,7 @@ def test_map_rectangle_drag_is_wired_to_automatic_analysis() -> None:
assert ".workbench-main .geo-map-canvas .map-container" in styles
assert "position: absolute;" in styles
assert "inset: 0;" in styles
assert "grid-template-rows: clamp(34rem, calc(100dvh - 10rem), 52rem) auto;" in styles
def test_dataset_detail_responses_cannot_overwrite_the_latest_map_layer() -> None:
+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;
}