diff --git a/backend/tests/test_sprint186_map_first_geographic_explorer.py b/backend/tests/test_sprint186_map_first_geographic_explorer.py index d75f1367..438a6569 100644 --- a/backend/tests/test_sprint186_map_first_geographic_explorer.py +++ b/backend/tests/test_sprint186_map_first_geographic_explorer.py @@ -46,7 +46,7 @@ def test_map_rectangle_drag_is_wired_to_automatic_analysis() -> None: assert "fitDataOnChangeRef.current" in geomap assert "map.fitBounds(bounds, { padding: 40, duration: 0 })" in geomap assert "resizeObserver.disconnect()" in geomap - assert ".geo-map-canvas .map-container" in styles + assert ".workbench-main .geo-map-canvas .map-container" in styles assert "position: absolute;" in styles assert "inset: 0;" in styles diff --git a/frontend/src/styles/app.css b/frontend/src/styles/app.css index d7fef336..cb4c4e79 100644 --- a/frontend/src/styles/app.css +++ b/frontend/src/styles/app.css @@ -5735,7 +5735,7 @@ section { background: #e7ece9; } -.geo-map-canvas .map-container { +.workbench-main .geo-map-canvas .map-container { position: absolute; inset: 0; width: auto;