Move css to layout.css

Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
RMidhunSuresh 2021-07-14 18:10:44 +05:30
parent fe4f6d2308
commit 8ee9cb10c2
2 changed files with 6 additions and 6 deletions

View file

@ -208,3 +208,9 @@ the layout viewport up without resizing it when the keyboard shows */
min-height: 0;
overflow-y: auto;
}
.LazyListParent {
overflow:scroll;
overflow-x:hidden;
height: 100vh;
}

View file

@ -3,12 +3,6 @@
min-height: 0;
}
.LazyListParent {
overflow:scroll;
overflow-x:hidden;
height: 100vh;
}
.RoomDetailsView {
flex-direction: column;
height: 100%;