Merge pull request #8165 from AllForNothing/filter-ui

fix  filter ui bug : half filter is covered when there is one or two records in a datagrid
This commit is contained in:
jwangyangls 2019-07-02 11:07:07 +08:00 committed by GitHub
commit 1916f3c078
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,4 +86,8 @@ body {
.color-red {
color: red;
}
}
.datagrid-table,.datagrid-header{
position: inherit !important;
}