fix tooltip in maximized card

pull/3039/head
REJack 2020-09-21 10:20:07 +02:00
parent ee590b0645
commit 06b7deef80
1 changed files with 1 additions and 1 deletions

View File

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