also fix grid layout

This commit is contained in:
Bruno Windels 2020-11-03 09:07:08 +01:00
parent 103dc53841
commit 0003ddebb5

View file

@ -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 {