mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-05 23:25:44 -05:00
fix(server settings): unrestrict height
This commit is contained in:
parent
1aff8ef516
commit
3d73834bef
1 changed files with 3 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue