forked from abner/for-legacy-web
fix(server settings): unrestrict height
parent
1aff8ef516
commit
3d73834bef
|
|
@ -193,7 +193,9 @@
|
||||||
padding: 80px 32px;
|
padding: 80px 32px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: fit-content;
|
|
||||||
|
// This prevents members, invites and ban list from being able to properly display.
|
||||||
|
// height: fit-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
details {
|
details {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue