We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92b0bdc commit 4d21278Copy full SHA for 4d21278
1 file changed
examples/openlayers/onlineWebMap.html
@@ -9,12 +9,12 @@
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;max-width:400px;">
+ <body style=" margin: 0;overflow: hidden;background: #fff;width: 100%;height:100%; position: absolute;top: 0;">
13
<div id="map" style="width: 100%;height:100%"></div>
14
<div
15
id="popup"
16
class="ol-popup"
17
- style="background-color: white;padding: 15px;border-radius: 10px;border: 1px solid #cccccc;"
+ style="background-color: white;padding: 15px;border-radius: 10px;border: 1px solid #cccccc;max-width:400px;"
18
>
19
<div id="popup-content"></div>
20
</div>
0 commit comments