Skip to content

Commit d3c8387

Browse files
Docs (popup): improvements for iframe examples on certain browsers.
1 parent 52a20ac commit d3c8387

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

docs/pages/popup/map.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<style>
1919
html {
2020
height: 100%;
21+
overflow: hidden;
2122
}
2223
body {
2324
margin: 0;

docs/pages/popup/popup-examples.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
iframe { border: none; }
2+
13
#popupPanel-popup {
24
right: 0 !important;
35
left: auto !important;

docs/pages/popup/popup-iframes.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ <h3><code>map.html</code></h3>
165165
&lt;style&gt;
166166
html {
167167
height: 100%;
168+
overflow: hidden;
168169
}
169170
body {
170171
margin: 0;

0 commit comments

Comments
 (0)