Browse Source

publish muk_web_theme - 12.0

pull/68/head
MuK IT GmbH 5 years ago
parent
commit
5042ac610b
  1. 2
      muk_web_theme/__manifest__.py
  2. 3
      muk_web_theme/static/src/scss/mixins.scss

2
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",

3
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;
}

Loading…
Cancel
Save