From: Tom Hughes Date: Tue, 3 Dec 2013 15:24:45 +0000 (+0000) Subject: Increase z-index for maximised content X-Git-Tag: live~4611 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/b04339f699f21644652735e9b814dfb505154a52?hp=ecf3bdf2af857f17113926a4636bfc77e7c96428 Increase z-index for maximised content Makes sure maximised content sits on top of the header. --- diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 320413f78..4ec0dced3 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -1268,7 +1268,7 @@ header .search_form { right: 0; bottom: 0; border: 0; - z-index: 1000; + z-index: 2000; } #slim_container {