From da61c8cf46743f89f41509840be584cae50c5093 Mon Sep 17 00:00:00 2001 From: evlist Date: Wed, 14 Dec 2022 08:50:13 +0100 Subject: [PATCH] Moving the rotate control to the bottom --- src/components/map/Map.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/map/Map.css b/src/components/map/Map.css index cc1165f..dbfc0ed 100644 --- a/src/components/map/Map.css +++ b/src/components/map/Map.css @@ -15,3 +15,8 @@ top: 0.5em; right: 0.5em; } +.ol-rotate { + top: auto; + bottom: 0.5em; + right: 3em; +}