diff --git a/muk_web_theme/__manifest__.py b/muk_web_theme/__manifest__.py index d4cd306..bce1251 100644 --- a/muk_web_theme/__manifest__.py +++ b/muk_web_theme/__manifest__.py @@ -19,7 +19,7 @@ { "name": "MuK Backend Theme", "summary": "Odoo Community Backend Theme", - "version": "12.0.1.2.13", + "version": "12.0.1.2.14", "category": "Themes/Backend", "license": "AGPL-3", "author": "MuK IT", diff --git a/muk_web_theme/static/src/scss/form_view.scss b/muk_web_theme/static/src/scss/form_view.scss index a084d35..1b9fedb 100644 --- a/muk_web_theme/static/src/scss/form_view.scss +++ b/muk_web_theme/static/src/scss/form_view.scss @@ -137,27 +137,14 @@ overflow: auto; } > .o_chatter { - border-left: 1px solid gray('400'); - min-width: $mk-chatter-min-width; - max-width: $mk-chatter-max-width; - flex: 1 1 auto; - overflow: auto; + flex: 1 1 auto; + overflow: auto; + min-width: $mk-chatter-min-width; + max-width: $mk-chatter-max-width; + border-left: 1px solid gray('400'); .o_followers_title_box { margin-left: 0; } - .o_chatter_topbar, - .o_thread_composer { - position: sticky; - } - .o_chatter_topbar { - top: -1px; - z-index: 2; - background-color: $o-view-background-color; - } - .o_thread_composer { - top: $o-statusbar-height; - z-index: 1; - } } } }