We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b21c4d commit ef752eaCopy full SHA for ef752ea
1 file changed
examples/classic/map_overlayLayer.html
@@ -7,6 +7,20 @@
7
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
8
<title data-i18n="resources.title_overlayLayer"></title>
9
<style type="text/css">
10
+ body {
11
+ margin: 0;
12
+ overflow: hidden;
13
+ background: #fff;
14
+ width: 100%;
15
+ height: 100%
16
+ }
17
+
18
+ #map {
19
+ position: absolute;
20
21
+ height: 100%;
22
+ border: 1px solid #3473b7;
23
24
.editPane {
25
position: absolute;
26
right: 10px;
0 commit comments