From 942b306a97ac82dd50116192ccf7802a0e681b88 Mon Sep 17 00:00:00 2001 From: mike-000 <49240900+mike-000@users.noreply.github.com> Date: Sun, 12 Jul 2020 12:45:14 +0100 Subject: [PATCH] make compatible with ol.css import and with IE --- examples/mapbox-style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/mapbox-style.css b/examples/mapbox-style.css index c79f84a2c1..00452f8269 100644 --- a/examples/mapbox-style.css +++ b/examples/mapbox-style.css @@ -1,6 +1,6 @@ -.ol-rotate { +.map .ol-rotate { left: .5em; bottom: .5em; - top: unset; - right: unset; -} \ No newline at end of file + top: auto; + right: auto; +}