From 8e89549fc5bb9332221e2b04e7e45429f3dc903c Mon Sep 17 00:00:00 2001 From: Pierre Date: Thu, 22 Jun 2017 09:34:27 +0200 Subject: [PATCH] Fix conversation window bottom size --- assets/css/components/conversations/windows.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/css/components/conversations/windows.css b/assets/css/components/conversations/windows.css index 4ff9778a..da0216c8 100644 --- a/assets/css/components/conversations/windows.css +++ b/assets/css/components/conversations/windows.css @@ -18,6 +18,12 @@ /** * Conversations create message form */ + +#conversationsElem .box-footer { + position: absolute; + bottom: 0; +} + #conversationsElem .create-message-form .btn { padding-left: 6px; padding-right:6px;