From 12366bdf2c0ddf75f3e57852b646d57b98b169f6 Mon Sep 17 00:00:00 2001 From: Alejandro Gomez Date: Sun, 9 Jul 2023 01:04:01 +0200 Subject: [PATCH] fix: chat height --- src/element/live-chat.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/element/live-chat.css b/src/element/live-chat.css index 640f4dc..770dbd0 100644 --- a/src/element/live-chat.css +++ b/src/element/live-chat.css @@ -4,7 +4,7 @@ flex-direction: column; padding: 8px 16px; border: none; - height: calc(100vh - 56px - 64px - 16px - 230px); + height: calc(100vh - 56px - 64px - 36px - 230px); } @media (min-width: 768px) {