diff --git a/muk_web_theme/__manifest__.py b/muk_web_theme/__manifest__.py index 7316cc2..38dcef8 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.5.4", + "version": "12.0.1.5.5", "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 bb2f8df..05ccd04 100644 --- a/muk_web_theme/static/src/scss/mixins.scss +++ b/muk_web_theme/static/src/scss/mixins.scss @@ -19,7 +19,7 @@ @mixin mk-full-screen-sections { width: 100vw; - z-index: 100; + z-index: 1002; display: flex; flex-direction: column; height: calc(100vh - #{$o-navbar-height});