From e3face3d9d932c75d10df5d1f60d99c5cb5ac0ea Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Thu, 2 Apr 2015 17:42:46 +0200 Subject: [PATCH] Position the rotate control lower than usual This way it does not overlap with the fullscreen control. --- examples_src/full-screen-drag-rotate-and-zoom.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples_src/full-screen-drag-rotate-and-zoom.css b/examples_src/full-screen-drag-rotate-and-zoom.css index 94db38f643..510e73ea40 100644 --- a/examples_src/full-screen-drag-rotate-and-zoom.css +++ b/examples_src/full-screen-drag-rotate-and-zoom.css @@ -6,4 +6,8 @@ } .map:fullscreen { height: 100%; -} \ No newline at end of file +} +/* position the rotate control lower than usual */ +.ol-rotate { + top: 3em; +}