forked from mystiq/hydrogen-web
Fix lazy list css
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
f98a8847e3
commit
b126ba1370
2 changed files with 2 additions and 2 deletions
|
@ -210,7 +210,5 @@ the layout viewport up without resizing it when the keyboard shows */
|
||||||
}
|
}
|
||||||
|
|
||||||
.LazyListParent {
|
.LazyListParent {
|
||||||
overflow:scroll;
|
|
||||||
overflow-x:hidden;
|
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
.RightPanelView{
|
.RightPanelView{
|
||||||
grid-area: right;
|
grid-area: right;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.RoomDetailsView {
|
.RoomDetailsView {
|
||||||
|
|
Loading…
Reference in a new issue