mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Fix issue with room list resizer getting clipped in firefox (#7303)
This commit is contained in:
parent
97ee25126f
commit
f9e3328fb3
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue