Fix issue with room list resizer getting clipped in firefox (#7303)

This commit is contained in:
Michael Telatynski 2021-12-08 09:19:12 +00:00 committed by GitHub
parent 97ee25126f
commit f9e3328fb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}