From: Tom Hughes Date: Fri, 23 Nov 2012 19:38:55 +0000 (+0000) Subject: Set the z-index on the top bar to keep it in front X-Git-Tag: live~5218 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/d9352f16a8e27a88cc8e07be896815879ef69bb1 Set the z-index on the top bar to keep it in front --- 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;