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;