From dfdf0c9ef2ba22420f84288c7d99afbc85fcb48f Mon Sep 17 00:00:00 2001 From: Yrobel Date: Sat, 13 Apr 2024 23:26:57 -0700 Subject: [PATCH] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 14f701e..576debe 100644 --- a/index.html +++ b/index.html @@ -96,8 +96,8 @@ /* 90% of the window for mobile devices (in conjunction with the script) */ #chatbot-container .chatbot-window.open { position: fixed; - width: 90vw; - height: 90vh; + width: 90vw !important; + height: 90vh !important; bottom: 0; right: 0; top: 0;