Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix scroll behaviour to match that of prior to the spinner fix
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy committed Jul 23, 2021
1 parent 4a4ec59 commit 2b133de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions res/css/structures/_SpaceRoomView.scss
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,11 @@ $SpaceRoomViewInnerWidth: 428px;
display: none;
}
}

.mx_SpaceRoomDirectory_list {
// we don't want this container to get forced into the flexbox layout
display: contents;
}
}

.mx_SpaceRoomView_privateScope {
Expand Down

0 comments on commit 2b133de

Please sign in to comment.