Prevent geographic explorer overflow
This commit is contained in:
@@ -35,6 +35,8 @@
|
|||||||
project names and one-partition map counts no longer leak into the Map flow.
|
project names and one-partition map counts no longer leak into the Map flow.
|
||||||
- Removed the Kempen-only browser title now that the same workbench also
|
- Removed the Kempen-only browser title now that the same workbench also
|
||||||
operates at Flemish scope.
|
operates at Flemish scope.
|
||||||
|
- Let the geographic explorer switch to its two-row desktop layout before the
|
||||||
|
navigation rail makes the three-column map surface overflow.
|
||||||
|
|
||||||
## Sprint 235 Governed bathymetry profiles and Belgian scale architecture (2026-07-17)
|
## Sprint 235 Governed bathymetry profiles and Belgian scale architecture (2026-07-17)
|
||||||
|
|
||||||
|
|||||||
@@ -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 "height: clamp(34rem, calc(100dvh - 10rem), 58rem);" in styles
|
||||||
assert ".geo-theme-list" in styles and "overflow-y: auto;" 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 ".workspace-grid-ai {\n grid-template-columns: minmax(0, 1fr);" in premium
|
||||||
assert "max-height: none;" in premium
|
assert "max-height: none;" in premium
|
||||||
|
|
||||||
|
|||||||
@@ -6667,7 +6667,7 @@ section {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 1240px) {
|
@media (max-width: 1500px) {
|
||||||
.geo-explorer-layout {
|
.geo-explorer-layout {
|
||||||
grid-template-columns: minmax(14rem, 16rem) minmax(28rem, 1fr);
|
grid-template-columns: minmax(14rem, 16rem) minmax(28rem, 1fr);
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user