fix(server settings): unrestrict height

This commit is contained in:
Paul 2021-12-22 10:36:23 +00:00
parent 1aff8ef516
commit 3d73834bef

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 {