Dashboard: Set z-index of active panel to 999 (#75382)

This commit is contained in:
Leon Sorokin 2023-09-25 11:58:03 -05:00 committed by GitHub
parent b4a6e7ac7f
commit 436b0ee48a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,8 @@
&:hover,
&:active,
&:focus {
z-index: 100 !important;
// above other panels, but below lowest pre-defined index in zIndex.ts
z-index: 999 !important;
}
}