From 635f380a9dddfe16b10cc65bfdf7184f366b91d2 Mon Sep 17 00:00:00 2001 From: mike-000 <49240900+mike-000@users.noreply.github.com> Date: Sun, 12 Jul 2020 12:57:25 +0100 Subject: [PATCH] make compatible with ol.css import --- examples/full-screen-drag-rotate-and-zoom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/full-screen-drag-rotate-and-zoom.css b/examples/full-screen-drag-rotate-and-zoom.css index ead380e32a..9dd0bbfcef 100644 --- a/examples/full-screen-drag-rotate-and-zoom.css +++ b/examples/full-screen-drag-rotate-and-zoom.css @@ -9,6 +9,6 @@ height: 100%; } /* position the rotate control lower than usual */ -.ol-rotate { +.map .ol-rotate { top: 3em; }