Moving the rotate control to the bottom

This commit is contained in:
Eric van der Vlist 2022-12-14 08:50:13 +01:00
parent d1a3e6bf82
commit da61c8cf46
1 changed files with 5 additions and 0 deletions

View File

@ -15,3 +15,8 @@
top: 0.5em;
right: 0.5em;
}
.ol-rotate {
top: auto;
bottom: 0.5em;
right: 3em;
}