Skip to content
Snippets Groups Projects
Commit 11c8e94a authored by Alexandre Kühn's avatar Alexandre Kühn
Browse files

[FIX] im_livechat: restore fold feature in public livechat


Before this commit, folding chat window in public livechat
was not working.

This is because the title of chat window was 0px of height,
so it was impossible to click on it.

This commit fixes the issue by letting title take as much vertical
area as it is available in the header, so that the header
except buttons is clickable to fold the chat window.

Task-2964331

closes odoo/odoo#99024

Signed-off-by: default avatarLouis Wicket (wil) <wil@odoo.com>
parent 27d58517
Branches
Tags
No related merge requests found
......@@ -83,6 +83,7 @@ $o-mail-thread-window-zindex: $zindex-modal + 1 !default;
.o_thread_window_title {
cursor: pointer;
flex: 1 1 auto;
height: 100%;
@include o-text-overflow;
.o_mail_thread_typing_icon {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment