Fix issue with room list resizer getting clipped in firefox (#7303)
parent
97ee25126f
commit
f9e3328fb3
|
@ -194,6 +194,8 @@ limitations under the License.
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-self: stretch;
|
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);
|
mask-image: linear-gradient(0deg, transparent, black 4px);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue