diff --git a/examples/offscreen-canvas.css b/examples/offscreen-canvas.css index 10bacb9a63..aa8012667b 100644 --- a/examples/offscreen-canvas.css +++ b/examples/offscreen-canvas.css @@ -1,9 +1,9 @@ .map { background: rgba(232, 230, 223, 1); } -.ol-rotate { +.map .ol-rotate { left: .5em; bottom: .5em; - top: unset; - right: unset; -} \ No newline at end of file + top: auto; + right: auto; +}