From d9352f16a8e27a88cc8e07be896815879ef69bb1 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 23 Nov 2012 19:38:55 +0000 Subject: [PATCH] Set the z-index on the top bar to keep it in front --- app/assets/stylesheets/common.css.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 217bb0c66..654bbab97 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -332,6 +332,7 @@ h2 { #top-bar { position: absolute; + z-index: 10000; top: 0; left: 185px; right: 0; -- 2.43.2