-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overflow broken #48
Comments
the reason text gets cut off is because keeping the overflow for the container visible actually fixes that Line 402 in 040e05f
so to actually make that "work" you could probably do something like this: .container_c2739c {
padding-top: 10px;
margin-top: -10px;
} basically u add some padding to the top and move the whole thing up aswell with the same amount of pixels to give it some space to render |
oh btw I also noticed the names get a lot shorter too so u could fix that up if necessary .discriminator_f3939d {
display: none;
}
.hovered_f3939d .discriminator_f3939d {
display: flex;
} |
Androser420
referenced
this issue
in Androser420/sysmol24
Nov 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using Legcord + Vencord (using Vencord to load the theme), and the overflows for people status is broken. I did a quick bodge (doesn't work 100% of the time) with:
(adding
.container_c2739c
to that selector would solve the issue but make thechannel
text cut out)The text was updated successfully, but these errors were encountered: