-
-
Couldn't load subscription status.
- Fork 2.3k
Closed
Labels
Description
Firefox on Linux
Normally, top of the settings page looks like this:
Notice the line that separates the “Settings” heading from the actual settings. If we scroll down, we will observe this bug:
Notice how the line crosses the content.
This happens because the border is part of the mx_RoomHeader element, but mx_RoomHeader has no background. mx_RoomHeader_wrapper (which is inside mx_RoomHeader) has background, but it is a bit shorter vertically. So either move the border to the wrapper element, or give the upper element its own background.

