Prevent geographic explorer overflow
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-17 17:56:48 +02:00
parent b8d621edd5
commit 21103441cf
3 changed files with 4 additions and 2 deletions
@@ -372,7 +372,7 @@ def test_map_and_detection_workspaces_avoid_page_length_driven_layouts() -> None
assert "height: clamp(34rem, calc(100dvh - 10rem), 58rem);" in styles
assert ".geo-theme-list" in styles and "overflow-y: auto;" in styles
assert "@media (max-width: 1240px)" in styles
assert "@media (max-width: 1500px)" in styles
assert ".workspace-grid-ai {\n grid-template-columns: minmax(0, 1fr);" in premium
assert "max-height: none;" in premium