Skip to content

Commit 5db0026

Browse files
committed
Fix issue with standalone maps not spanning the entire visible viewport
1 parent 406888c commit 5db0026

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

global.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ body {
1313
line-height: 1.5;
1414
}
1515

16+
body > mapml-viewer:only-child,
17+
body > [is="web-map"]:only-child {
18+
position: fixed;
19+
}
20+
1621

1722
/*
1823
* map viewers

0 commit comments

Comments
 (0)