From b04339f699f21644652735e9b814dfb505154a52 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 3 Dec 2013 15:24:45 +0000 Subject: [PATCH 1/1] Increase z-index for maximised content Makes sure maximised content sits on top of the header. --- app/assets/stylesheets/common.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.43.2