forked from mystiq/hydrogen-web
Move css to layout.css
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
fe4f6d2308
commit
8ee9cb10c2
2 changed files with 6 additions and 6 deletions
|
@ -208,3 +208,9 @@ the layout viewport up without resizing it when the keyboard shows */
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.LazyListParent {
|
||||||
|
overflow:scroll;
|
||||||
|
overflow-x:hidden;
|
||||||
|
height: 100vh;
|
||||||
|
}
|
||||||
|
|
|
@ -3,12 +3,6 @@
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.LazyListParent {
|
|
||||||
overflow:scroll;
|
|
||||||
overflow-x:hidden;
|
|
||||||
height: 100vh;
|
|
||||||
}
|
|
||||||
|
|
||||||
.RoomDetailsView {
|
.RoomDetailsView {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
Loading…
Reference in a new issue