From d8a440ba4a131daa833878cc2cec307ca0bea86a Mon Sep 17 00:00:00 2001 From: mike-000 <49240900+mike-000@users.noreply.github.com> Date: Sun, 12 Jul 2020 12:45:22 +0100 Subject: [PATCH] make compatible with ol.css import and with IE --- examples/offscreen-canvas.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; +}