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

Commit

Permalink
Prevent programmatic scrolling within truncated room sublists (#7191)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy committed Nov 23, 2021
1 parent 08cd892 commit 7f350ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions res/css/views/rooms/_RoomSublist.scss
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ limitations under the License.
.mx_RoomSublist_tiles {
flex: 1 0 0;
overflow: hidden;
overflow: clip;
// need this to be flex otherwise the overflow hidden from above
// sometimes vertically centers the clipped list ... no idea why it would do this
// as the box model should be top aligned. Happens in both FF and Chromium
Expand Down

0 comments on commit 7f350ae

Please sign in to comment.