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

[FIX] mail: dialog properly manage overflow for long content


Before this commit, when content of dialog was long, content
overflow but was not scrollable, which makes bottom unreachable,
which is especially a problem when buttons are at the bottom.

This problem solves the issue by adding classname `modal` to
dialog. This classname puts proper handling of overflow of
dialog and its content.

Also remove `align-items-center` so that top doesn't overflow
in isolation from the rest of content, which made top unreachable.

Task-2973866

closes odoo/odoo#99620

Signed-off-by: default avatarSébastien Theys (seb) <seb@odoo.com>
parent 17d0599d
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment