From 812f65f8e02391e32b79e88644e1fc52e41a75ab Mon Sep 17 00:00:00 2001 From: MuK IT GmbH Date: Sun, 16 Dec 2018 14:27:14 +0000 Subject: [PATCH] publish muk_web_theme - 12.0 --- muk_web_theme/__manifest__.py | 2 +- muk_web_theme/static/src/scss/appsbar.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;