Browse Source

fix tooltip in maximized card

REJack 4 năm trước cách đây
mục cha
commit
06b7deef80
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      build/scss/_cards.scss

+ 1 - 1
build/scss/_cards.scss

@@ -34,7 +34,7 @@
     position: fixed;
     top: 0;
     width: 100% !important;
-    z-index: 9999;
+    z-index: $zindex-modal-backdrop;
 
     &.was-collapsed .card-body {
       display: block !important;