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; +}