Skip to content

Commit c1e3cd6

Browse files
committed
style: add min-height of 400px to map container
1 parent 661f388 commit c1e3cd6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/map-server/mcp-app.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
html, body, #cesiumContainer {
2828
width: 100%;
2929
height: 100%;
30+
min-height: 400px;
3031
margin: 0;
3132
padding: 0;
3233
overflow: hidden;

0 commit comments

Comments
 (0)