Position rotate control in the bottom left
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
.ol-rotate {
|
||||||
|
left: .5em;
|
||||||
|
bottom: .5em;
|
||||||
|
top: unset;
|
||||||
|
right: unset;
|
||||||
|
}
|
||||||
@@ -1,3 +1,9 @@
|
|||||||
.map {
|
.map {
|
||||||
background: rgba(232, 230, 223, 1);
|
background: rgba(232, 230, 223, 1);
|
||||||
}
|
}
|
||||||
|
.ol-rotate {
|
||||||
|
left: .5em;
|
||||||
|
bottom: .5em;
|
||||||
|
top: unset;
|
||||||
|
right: unset;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user