Merge PR #1398 into 12.0

Signed-off-by Yajo
This commit is contained in:
OCA-git-bot
2019-10-11 10:48:59 +00:00

View File

@@ -514,6 +514,16 @@ html .o_web_client .o_main .o_main_content {
}
}
// Scrollable input text to avoid hide conversation & buttons
.o_composer_text_field {
max-height: 120px;
overflow-y: auto !important; /* Forced because Odoo uses inline style */
}
.o_attachments_list {
overflow: auto;
max-height: $o-mail-attachment-image-size * 3;
margin-top: 0.4em;
}
.o_attachments_previews {
overflow: auto;
max-height: $o-mail-attachment-image-size * 6;