Просмотр исходного кода

[search] Fixed slider z-index problem

Enrico Berti 11 лет назад
Родитель
Сommit
64944e2a7f
1 измененных файлов с 4 добавлено и 0 удалено
  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;
+}