Fixed actors overview page grow.

This commit is contained in:
2024-08-20 02:31:51 +02:00
parent 24a4bd5204
commit 527484b617
2 changed files with 9 additions and 1 deletions

View File

@@ -265,6 +265,7 @@ function updateFilter(prop, value, reload = true) {
.page {
min-height: 100%;
display: flex;
flex-grow: 1;
align-items: stretch;
background: var(--background-base-10);
}