#12633 fix z-index bug drag graph analytics

This commit is contained in:
Jonathan 2024-02-19 16:08:54 +01:00
parent 94d12d9010
commit bb6e8194f9
1 changed files with 4 additions and 0 deletions

View File

@ -13588,3 +13588,7 @@ button.disabled {
background: #c0ccdc !important;
border: 0px;
}
.ui-draggable-handle {
z-index: 2 !important;
}