mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 01:35:49 +03:00
Fix timeline expansion
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
c1a105f071
commit
ad85764a8e
2 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@ limitations under the License.
|
|||
flex-direction: row;
|
||||
min-width: 0;
|
||||
height: 100%;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.mx_MainSplit > .mx_RightPanel_ResizeWrapper {
|
||||
|
|
|
@ -121,6 +121,7 @@ limitations under the License.
|
|||
position: relative; //for .mx_RoomView_auxPanel_fullHeight
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.mx_RoomView_body {
|
||||
|
|
Loading…
Reference in a new issue