From a63a308c74df947ae33a8dfc5a22c0dbe7445dd4 Mon Sep 17 00:00:00 2001 From: gaelle morin <gmorin.dev@gmail.com> Date: Thu, 11 Jun 2020 21:04:11 +0200 Subject: [PATCH] bugfix: chat messages don't go under the sub-header --- themes/converse-hd.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/converse-hd.css b/themes/converse-hd.css index 571d1c1..7bd89ee 100644 --- a/themes/converse-hd.css +++ b/themes/converse-hd.css @@ -513,7 +513,7 @@ #conversejs.converse-fullscreen .chatbox .box-flyout { bottom: 0; - height: 100%; + height: 100% !important; min-width: auto; width: 100%; } -- GitLab