100vh body height, fix filter editor horizontal overflow

This commit is contained in:
Michael Shamoon
2022-04-05 13:13:43 -07:00
parent 8b1337d7f9
commit 678801d612
4 changed files with 11 additions and 3 deletions

View File

@@ -1,5 +1,9 @@
@import "/src/theme";
::ng-deep app-document-list app-page-header > div.mb-3 {
margin-bottom: 0 !important;
}
tr {
user-select: none;
}