Fix lazy list css

Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
RMidhunSuresh 2021-07-15 13:48:10 +05:30
parent f98a8847e3
commit b126ba1370
2 changed files with 2 additions and 2 deletions

View file

@ -210,7 +210,5 @@ the layout viewport up without resizing it when the keyboard shows */
}
.LazyListParent {
overflow:scroll;
overflow-x:hidden;
height: 100vh;
}

View file

@ -1,6 +1,8 @@
.RightPanelView{
grid-area: right;
min-height: 0;
display: flex;
flex-direction: column;
}
.RoomDetailsView {