fix(server settings): unrestrict height

This commit is contained in:
Paul
2021-12-22 10:36:23 +00:00
parent b99b8bcd54
commit de70605c85

View File

@@ -193,7 +193,9 @@
padding: 80px 32px;
width: 100%;
flex-direction: column;
height: fit-content;
// This prevents members, invites and ban list from being able to properly display.
// height: fit-content;
}
details {