mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
Remove contain property (#31259)
This was telling the browser that the children of this div will never go out of the bounding rect of the div. This is incorrect because the expand button is supposed to sit at the edge of the space panel with half of it outside the bounding rect.
This commit is contained in:
parent
5736635a65
commit
b7acbe65c1
@ -18,9 +18,6 @@ Please see LICENSE files in the repository root for full details.
|
||||
flex-direction: column;
|
||||
max-width: 50%;
|
||||
position: relative;
|
||||
|
||||
/* Contain the amount of layers rendered by constraining what actually needs re-layering via css */
|
||||
contain: layout paint;
|
||||
}
|
||||
|
||||
.mx_LeftPanel_wrapper,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user