Position rotate control in the bottom left

This commit is contained in:
Andreas Hocevar
2020-03-22 20:49:40 +01:00
parent 941df3b270
commit 828becf68e
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
.ol-rotate {
left: .5em;
bottom: .5em;
top: unset;
right: unset;
}

View File

@@ -1,3 +1,9 @@
.map {
background: rgba(232, 230, 223, 1);
}
.ol-rotate {
left: .5em;
bottom: .5em;
top: unset;
right: unset;
}