mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-20 05:51:08 +02:00
Fix issue with room list resizer getting clipped in firefox (#7303)
This commit is contained in:
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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user