From 5042ac610bf0eed3f919f7e61df9bf6d7c670b96 Mon Sep 17 00:00:00 2001 From: MuK IT GmbH Date: Fri, 1 Mar 2019 13:24:29 +0000 Subject: [PATCH] publish muk_web_theme - 12.0 --- muk_web_theme/__manifest__.py | 2 +- muk_web_theme/static/src/scss/mixins.scss | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/muk_web_theme/__manifest__.py b/muk_web_theme/__manifest__.py index a2d7a98..43fac77 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.11", + "version": "12.0.1.2.12", "category": "Themes/Backend", "license": "AGPL-3", "author": "MuK IT", diff --git a/muk_web_theme/static/src/scss/mixins.scss b/muk_web_theme/static/src/scss/mixins.scss index 06a2858..bb2f8df 100644 --- a/muk_web_theme/static/src/scss/mixins.scss +++ b/muk_web_theme/static/src/scss/mixins.scss @@ -27,8 +27,9 @@ top: $o-navbar-height !important; transform: none !important; position: fixed !important; + overflow-x: hidden; + overflow-y: auto; box-shadow: none; - overflow: auto; border: none; }