make compatible with ol.css import and with IE

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

View File

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