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
+4 -4
View File
@@ -1,9 +1,9 @@
.map { .map {
background: rgba(232, 230, 223, 1); background: rgba(232, 230, 223, 1);
} }
.ol-rotate { .map .ol-rotate {
left: .5em; left: .5em;
bottom: .5em; bottom: .5em;
top: unset; top: auto;
right: unset; right: auto;
} }