Example sources in the examples dir
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
.map:-moz-full-screen {
|
||||
height: 100%;
|
||||
}
|
||||
.map:-webkit-full-screen {
|
||||
height: 100%;
|
||||
}
|
||||
.map:fullscreen {
|
||||
height: 100%;
|
||||
}
|
||||
/* position the rotate control lower than usual */
|
||||
.ol-rotate {
|
||||
top: 3em;
|
||||
}
|
||||
Reference in New Issue
Block a user