From 271c40e2c49503538d89a4ab482d04c7a8a1d628 Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Wed, 12 Apr 2023 14:47:53 +0100 Subject: [PATCH] mobile browsers are pain makes the chat box actually show up on chrome/firefox on android --- frontend/create.html | 1 + frontend/index.html | 1 + frontend/styles.css | 1 - 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/create.html b/frontend/create.html index db74a9c..01366eb 100644 --- a/frontend/create.html +++ b/frontend/create.html @@ -4,6 +4,7 @@ watch party :D + diff --git a/frontend/index.html b/frontend/index.html index 1b2983f..f2f123d 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -5,6 +5,7 @@ watch party :D + diff --git a/frontend/styles.css b/frontend/styles.css index a7d5ce3..64313be 100644 --- a/frontend/styles.css +++ b/frontend/styles.css @@ -421,7 +421,6 @@ input[type="color"]::-webkit-color-swatch-wrapper { } #chatbox-container { - height: 100vh !important; flex-grow: 0; }