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