Fix in-room overflow

This commit is contained in:
Robert Long 2021-12-10 14:44:04 -08:00
commit 77aff4f829
3 changed files with 22 additions and 20 deletions

View file

@ -18,12 +18,15 @@ limitations under the License.
position: relative;
display: flex;
flex-direction: column;
width: 100vw;
min-height: 100vh;
min-height: -webkit-fill-available;
overflow: hidden;
}
.inRoom {
width: 100vw;
}
.joinRoom {
display: flex;
flex-direction: column;