fix: ensure memberlist isn't taller than the screen
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful

i'm not sure why you need to set a max height, this isn't really a great soulution to the problem either, but we need *something* right now
This commit is contained in:
JustTemmie 2025-07-05 15:38:00 +02:00
parent 59a2855a1d
commit 9f1232a668
Signed by: justtemmie
SSH key fingerprint: SHA256:nBO+OwpTkd8LYhe38PIqdxmDvkIg9Vw2EbrRZM97dkU

View file

@ -100,6 +100,7 @@ function handleMemberClick(member: GuildMemberResponse) {
display: flex;
flex-direction: column;
overflow-y: scroll;
max-height: 92dvh;
padding-left: 1dvw;
padding-right: 1dvw;
margin-top: 1dvh;