fix(server settings): unrestrict height

pull/1049/head
Paul 2021-12-22 10:36:23 +00:00
parent b99b8bcd54
commit de70605c85
1 changed files with 3 additions and 1 deletions

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 {