diff options
| author | metamuffin <metamuffin@disroot.org> | 2023-06-25 10:01:06 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2023-06-25 10:01:06 +0200 |
| commit | 3108716934dfc26c4f93eb60001f37065fef3186 (patch) | |
| tree | 08f243497cf6f6632ce2ac9b105c936bf2833ac1 /client-web/style/room.sass | |
| parent | 018adcfbf7b8662a187b4c287434521fe43f4f9e (diff) | |
| download | keks-meet-3108716934dfc26c4f93eb60001f37065fef3186.tar keks-meet-3108716934dfc26c4f93eb60001f37065fef3186.tar.bz2 keks-meet-3108716934dfc26c4f93eb60001f37065fef3186.tar.zst | |
flexbox is not flexible enough
Diffstat (limited to 'client-web/style/room.sass')
| -rw-r--r-- | client-web/style/room.sass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client-web/style/room.sass b/client-web/style/room.sass index 46dde36..d7ffbf9 100644 --- a/client-web/style/room.sass +++ b/client-web/style/room.sass @@ -6,6 +6,7 @@ .room overflow-y: scroll width: 100% + height: 100% display: flex flex-wrap: wrap |