Position the rotate control lower than usual
This way it does not overlap with the fullscreen control.
This commit is contained in:
committed by
Andreas Hocevar
parent
bf1985d712
commit
e3face3d9d
@@ -6,4 +6,8 @@
|
|||||||
}
|
}
|
||||||
.map:fullscreen {
|
.map:fullscreen {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
/* position the rotate control lower than usual */
|
||||||
|
.ol-rotate {
|
||||||
|
top: 3em;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user