Use flex instead of setting height

Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
RMidhunSuresh 2021-07-15 23:26:51 +05:30
parent 4946683b23
commit c410aed672
2 changed files with 2 additions and 2 deletions

View file

@ -210,7 +210,7 @@ the layout viewport up without resizing it when the keyboard shows */
} }
.LazyListParent { .LazyListParent {
height: 100vh; flex: 1;
} }
.LoadingView { .LoadingView {

View file

@ -7,7 +7,7 @@
.RoomDetailsView { .RoomDetailsView {
flex-direction: column; flex-direction: column;
height: 100%; flex: 1;
} }
.RoomDetailsView_avatar { .RoomDetailsView_avatar {