diff --git a/muk_web_theme/__manifest__.py b/muk_web_theme/__manifest__.py index 202c1ae..64adc91 100644 --- a/muk_web_theme/__manifest__.py +++ b/muk_web_theme/__manifest__.py @@ -19,7 +19,7 @@ { "name": "MuK Backend Theme", "summary": "Odoo 12.0 community backend theme", - "version": "12.0.1.1.10", + "version": "12.0.1.1.11", "category": "Themes/Backend", "license": "AGPL-3", "author": "MuK IT", diff --git a/muk_web_theme/static/src/scss/appsbar.scss b/muk_web_theme/static/src/scss/appsbar.scss index 9961131..8ee69ae 100644 --- a/muk_web_theme/static/src/scss/appsbar.scss +++ b/muk_web_theme/static/src/scss/appsbar.scss @@ -18,7 +18,7 @@ **********************************************************************************/ .mk_apps_sidebar_panel { - height: height: calc(100% - #{$o-navbar-height}); + height: calc(100% - #{$o-navbar-height}); position: fixed; overflow-y: auto; top: $o-navbar-height;