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

Commit

Permalink
Fix issue with room list resizer getting clipped in firefox (#7303)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Dec 8, 2021
1 parent 97ee251 commit f9e3328
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions res/css/views/rooms/_RoomSublist.scss
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ limitations under the License.
display: flex;
flex-direction: column;
align-self: stretch;
// without this Firefox will prefer pushing the resizer & show more/less button into the overflow
min-height: 0;

mask-image: linear-gradient(0deg, transparent, black 4px);
}
Expand Down

0 comments on commit f9e3328

Please sign in to comment.