You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-01 13:11:10 +03:00
Fix issue with room list resizer getting clipped in firefox (#7303)
This commit is contained in:
committed by
GitHub
parent
97ee25126f
commit
f9e3328fb3
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user