make compatible with ol.css import and with IE

This commit is contained in:
mike-000
2020-07-12 12:45:14 +01:00
committed by GitHub
parent 2bc3f2ed73
commit 942b306a97

View File

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