Преглед изворни кода

[web] fixes unclickable 'access' tab in mobile

Phoenix Eve Aspacio пре 7 година
родитељ
комит
ae4d6d5884
1 измењених фајлова са 4 додато и 1 уклоњено
  1. 4 1
      data/web/css/admin.css

+ 4 - 1
data/web/css/admin.css

@@ -56,4 +56,7 @@ body.modal-open {
 .thumbnail img {
   min-height:100px;
   height:100px;
-}
+}
+.nav-tabs>li>a {
+  z-index: 1;
+}