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

pull/21833/head
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
1 changed files with 2 additions and 0 deletions

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