From f9d12976c2dc0ec4d84f2c9b4dd1f8846ff37b1b Mon Sep 17 00:00:00 2001 From: MuK IT GmbH Date: Thu, 14 Feb 2019 11:58:46 +0000 Subject: [PATCH] publish muk_web_theme - 12.0 --- muk_web_theme/__manifest__.py | 2 +- muk_web_theme/static/src/scss/mixins.scss | 11 ++++++----- muk_web_theme/static/src/scss/navbar.scss | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/muk_web_theme/__manifest__.py b/muk_web_theme/__manifest__.py index 21eb138..49a7099 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.6", + "version": "12.0.1.2.7", "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 b46ab40..06a2858 100644 --- a/muk_web_theme/static/src/scss/mixins.scss +++ b/muk_web_theme/static/src/scss/mixins.scss @@ -18,17 +18,18 @@ **********************************************************************************/ @mixin mk-full-screen-sections { - border: none; - box-shadow: none; + width: 100vw; + z-index: 100; display: flex; flex-direction: column; height: calc(100vh - #{$o-navbar-height}); max-height: calc(100vh - #{$o-navbar-height}); - position: fixed; - width: 100vw; - z-index: 100; top: $o-navbar-height !important; transform: none !important; + position: fixed !important; + box-shadow: none; + overflow: auto; + border: none; } @mixin mk-container-widths($max-widths: $container-max-widths, $breakpoints: $grid-breakpoints) { diff --git a/muk_web_theme/static/src/scss/navbar.scss b/muk_web_theme/static/src/scss/navbar.scss index f71c792..61a8dea 100644 --- a/muk_web_theme/static/src/scss/navbar.scss +++ b/muk_web_theme/static/src/scss/navbar.scss @@ -37,7 +37,7 @@ @include mk-full-screen-sections(); } } - .o_user_menu { + .o_user_menu, .o_switch_company_menu { > .dropdown-toggle { padding: 0 10px; white-space: nowrap;