We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd50007 commit 92b0bdcCopy full SHA for 92b0bdc
examples/openlayers/onlineWebMap.html
@@ -9,7 +9,7 @@
9
<script type="text/javascript" src="../js/include-web.js"></script>
10
<script type="text/javascript" src="../../dist/ol/include-ol.js"></script>
11
</head>
12
- <body style=" margin: 0;overflow: hidden;background: #fff;width: 100%;height:100%; position: absolute;top: 0;">
+ <body style=" margin: 0;overflow: hidden;background: #fff;width: 100%;height:100%; position: absolute;top: 0;max-width:400px;">
13
<div id="map" style="width: 100%;height:100%"></div>
14
<div
15
id="popup"
0 commit comments