forked from mystiq/hydrogen-web
also fix grid layout
This commit is contained in:
parent
103dc53841
commit
0003ddebb5
1 changed files with 2 additions and 0 deletions
|
@ -94,6 +94,8 @@ main {
|
||||||
grid-area middle won't be found,
|
grid-area middle won't be found,
|
||||||
so set width manually */
|
so set width manually */
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
/* otherwise we don't get scrollbars and the content grows as large as it can */
|
||||||
|
min-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.RoomView {
|
.RoomView {
|
||||||
|
|
Loading…
Reference in a new issue