You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A recent Discord update appears to have made changes tied to the memberslist area, as the background for this element/area now sticks and messes up the layout of the entire client when using the Float theme.
It specifically appears to have to do with membersListNotices-UstAx3
A quick workaround is to just hide it with the following custom CSS, until Disease (or someone else with write access) rolls out an actual fix:
.membersListNotices-UstAx3 {
display: none;
}
The text was updated successfully, but these errors were encountered:
A recent Discord update appears to have made changes tied to the memberslist area, as the background for this element/area now sticks and messes up the layout of the entire client when using the Float theme.
It specifically appears to have to do with
membersListNotices-UstAx3
A quick workaround is to just hide it with the following custom CSS, until Disease (or someone else with write access) rolls out an actual fix:
The text was updated successfully, but these errors were encountered: