Fixes Menu Hiding

pull/3068/head
Peter Goodhall 2024-03-22 10:58:30 +00:00
rodzic 167d78f19b
commit 5f9d33c0bd
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -793,4 +793,7 @@ label {
#upcoming_dxccs_component #not_worked_before {
background-color: #ffdddd;
width: 33%;
}
}
.table-responsive>table .dropdown{position:static;}
.table-responsive>table .dropdown>.dropdown-menu{left:auto !important;top:auto !important;}