mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
also fix grid layout
This commit is contained in:
parent
103dc53841
commit
0003ddebb5
@ -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 New Issue
Block a user