fix sticky tags header in room list

This commit is contained in:
Germain Souquet 2021-04-21 10:44:20 +01:00
parent 8373b0e69c
commit c5a1bb2d2c
2 changed files with 4 additions and 2 deletions

View file

@ -41,7 +41,9 @@ limitations under the License.
// The combined height must be set in the LeftPanel component for sticky headers
// to work correctly.
padding-bottom: 8px;
height: 24px;
// Allow the container to collapse on itself if its children
// are not in the normal document flow
max-height: 24px;
color: $roomlist-header-color;
.mx_RoomSublist_stickable {