diff --git a/muk_web_theme_mail/__manifest__.py b/muk_web_theme_mail/__manifest__.py index e79330f..82c6319 100644 --- a/muk_web_theme_mail/__manifest__.py +++ b/muk_web_theme_mail/__manifest__.py @@ -22,7 +22,7 @@ { "name": "MuK Backend Theme Mail", "summary": "Backend Theme Mail", - "version": "12.0.2.0.0", + "version": "12.0.2.0.1", 'category': 'Extra Tools', "license": "LGPL-3", "author": "MuK IT", diff --git a/muk_web_theme_mail/static/src/scss/chatter.scss b/muk_web_theme_mail/static/src/scss/chatter.scss index 2ab3596..2e6d652 100644 --- a/muk_web_theme_mail/static/src/scss/chatter.scss +++ b/muk_web_theme_mail/static/src/scss/chatter.scss @@ -1,4 +1,4 @@ -/********************************************************************************** + /********************************************************************************** * * Copyright (c) 2017-2019 MuK IT GmbH. * @@ -100,6 +100,10 @@ background-color: $o-view-background-color; z-index: 1; top: 68px; + .o_composer_mention_dropdown > .dropdown-menu.show { + top: 100%; + bottom: auto; + } } } }