1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

Fix timeline expansion

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2021-02-25 18:23:32 +01:00
parent c1a105f071
commit ad85764a8e
2 changed files with 2 additions and 0 deletions

View File

@ -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 {