fix normal dialog vertical scrolling issue (#23177)

This commit is contained in:
Alan Ren
2023-05-19 16:51:55 -07:00
committed by GitHub
parent e322641538
commit 5356cd7748
10 changed files with 64 additions and 33 deletions

View File

@@ -4,10 +4,11 @@
*--------------------------------------------------------------------------------------------*/
.filter-dialog-body {
height: 400px;
padding: 10px;
display: flex;
flex-direction: column;
height: calc(100% - 20px);
overflow: hidden;
}
.filter-table-container .filter-table {