mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-15 11:21:49 +01:00
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:
commit
1916f3c078
@ -86,4 +86,8 @@ body {
|
|||||||
|
|
||||||
.color-red {
|
.color-red {
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.datagrid-table,.datagrid-header{
|
||||||
|
position: inherit !important;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user