From 3ab7c7bea1092e5fd18a00602601f46b744e9747 Mon Sep 17 00:00:00 2001 From: MuK IT GmbH Date: Fri, 21 Jun 2019 09:11:02 +0000 Subject: [PATCH] publish muk_web_theme - 12.0 --- muk_web_theme/__manifest__.py | 2 +- muk_web_theme/static/src/scss/mixins.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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});