Skip to content
Snippets Groups Projects
Commit df7dfbfd authored by Julien Castiaux's avatar Julien Castiaux
Browse files

[FIX] mail: scrollbar for emoji


Open discuss on mobile phone, click on the smiley icon, not all smileys
are visible on screen.

opw-2030315

closes odoo/odoo#35146

Signed-off-by: default avatarJulien Castiaux <Julien00859@users.noreply.github.com>
parent ebb61753
No related branches found
No related tags found
No related merge requests found
......@@ -207,6 +207,8 @@
.o_mail_emoji_container {
@include o-position-absolute(auto, 0, 100%, 0);
border-bottom-width: 1px;
max-height: calc(100vh - 100%);
overflow-y: auto;
}
}
.o_composer_input {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment