Fixes Menu Hiding

这个提交包含在:
Peter Goodhall 2024-03-22 10:58:30 +00:00
父节点 51eb502144
当前提交 8d9e0ba2cc

查看文件

@ -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;}