]> git.openstreetmap.org Git - rails.git/commitdiff
Set the z-index on the top bar to keep it in front
authorTom Hughes <tom@compton.nu>
Fri, 23 Nov 2012 19:38:55 +0000 (19:38 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 23 Nov 2012 19:38:55 +0000 (19:38 +0000)
app/assets/stylesheets/common.css.scss

index 217bb0c669c341463fea61a90296d7e466bad1b6..654bbab970d4f9eb427f92598eb0197d13ca1ecf 100644 (file)
@@ -332,6 +332,7 @@ h2 {
 
 #top-bar {
   position: absolute;
+  z-index: 10000;
   top: 0;
   left: 185px;
   right: 0;