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

Commit f9e3328

Browse files
authored
Fix issue with room list resizer getting clipped in firefox (#7303)
1 parent 97ee251 commit f9e3328

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

res/css/views/rooms/_RoomSublist.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ limitations under the License.
194194
display: flex;
195195
flex-direction: column;
196196
align-self: stretch;
197+
// without this Firefox will prefer pushing the resizer & show more/less button into the overflow
198+
min-height: 0;
197199

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

0 commit comments

Comments
 (0)