KillYoy / DiscordNight

An actual Dark/Nightmode Theme for Discord/BetterDiscord
180 stars 255 forks source link

No Scrolling on User Popout Profiles #50

Closed efidanza closed 8 months ago

efidanza commented 11 months ago

For people with many roles or long user descriptions you are unable to scroll down to see the entire mini profile/role list. It seems the scrollbar was entirely cutout from the code. However if you click the very bottom right corner it will instantly snap to the bottom of the role list and reveal the bottom of the profile and the message/notes

efidanza commented 11 months ago

After looking through the code for a while I found that the code segment around line 10011 is effecting the scroll bar. By changing "overflow: hidden !important;" to "overflow: scroll !important;" will bring back the scrolling function. image

KillYoy commented 8 months ago

I have never seen this issue myself so never accounted for it and the scrollbar was hidden to begin with because otherwise even though its not currently visible it takes up space for the other elements. I have now made it so the scrollbar will still be hidden but now scrolling will work like it should.