mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +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,
|
||||
so set width manually */
|
||||
width: 100%;
|
||||
/* otherwise we don't get scrollbars and the content grows as large as it can */
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
.RoomView {
|
||||
|
Loading…
Reference in New Issue
Block a user