fix filter ui bug #7700

Signed-off-by: sshijun <sshijun@vmware.com>
This commit is contained in:
AllForNothing 2019-06-28 11:14:37 +08:00
parent 6d2d5a6a2a
commit 322c79f348

View File

@ -87,3 +87,7 @@ body {
.color-red {
color: red;
}
.datagrid-table,.datagrid-header{
position: inherit !important;
}