Browse Source

fix tooltip in maximized card

REJack 4 years ago
parent
commit
06b7deef80
1 changed files with 1 additions and 1 deletions
  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;