fix: scope map height to GIS workbench
This commit is contained in:
@@ -46,7 +46,7 @@ def test_map_rectangle_drag_is_wired_to_automatic_analysis() -> None:
|
|||||||
assert "fitDataOnChangeRef.current" in geomap
|
assert "fitDataOnChangeRef.current" in geomap
|
||||||
assert "map.fitBounds(bounds, { padding: 40, duration: 0 })" in geomap
|
assert "map.fitBounds(bounds, { padding: 40, duration: 0 })" in geomap
|
||||||
assert "resizeObserver.disconnect()" 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 "position: absolute;" in styles
|
||||||
assert "inset: 0;" in styles
|
assert "inset: 0;" in styles
|
||||||
|
|
||||||
|
|||||||
@@ -5735,7 +5735,7 @@ section {
|
|||||||
background: #e7ece9;
|
background: #e7ece9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.geo-map-canvas .map-container {
|
.workbench-main .geo-map-canvas .map-container {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user