Browse Source

[search] Fixed slider z-index problem

Enrico Berti 11 years ago
parent
commit
64944e2a7f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      desktop/core/static/css/bootstrap-slider.css

+ 4 - 0
desktop/core/static/css/bootstrap-slider.css

@@ -146,3 +146,7 @@
   opacity: 1;
   filter: alpha(opacity=100);
 }
+
+.slider .tooltip {
+  z-index: 10;
+}