Skip to content

Commit 4d21278

Browse files
authored
Update onlineWebMap.html
1 parent 92b0bdc commit 4d21278

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/openlayers/onlineWebMap.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
<script type="text/javascript" src="../js/include-web.js"></script>
1010
<script type="text/javascript" src="../../dist/ol/include-ol.js"></script>
1111
</head>
12-
<body style=" margin: 0;overflow: hidden;background: #fff;width: 100%;height:100%; position: absolute;top: 0;max-width:400px;">
12+
<body style=" margin: 0;overflow: hidden;background: #fff;width: 100%;height:100%; position: absolute;top: 0;">
1313
<div id="map" style="width: 100%;height:100%"></div>
1414
<div
1515
id="popup"
1616
class="ol-popup"
17-
style="background-color: white;padding: 15px;border-radius: 10px;border: 1px solid #cccccc;"
17+
style="background-color: white;padding: 15px;border-radius: 10px;border: 1px solid #cccccc;max-width:400px;"
1818
>
1919
<div id="popup-content"></div>
2020
</div>

0 commit comments

Comments
 (0)