Browse Source

publish muk_web_theme - 12.0

pull/48/head
MuK IT GmbH 5 years ago
parent
commit
812f65f8e0
  1. 2
      muk_web_theme/__manifest__.py
  2. 2
      muk_web_theme/static/src/scss/appsbar.scss

2
muk_web_theme/__manifest__.py

@ -19,7 +19,7 @@
{
"name": "MuK Backend Theme",
"summary": "Odoo 12.0 community backend theme",
"version": "12.0.1.1.10",
"version": "12.0.1.1.11",
"category": "Themes/Backend",
"license": "AGPL-3",
"author": "MuK IT",

2
muk_web_theme/static/src/scss/appsbar.scss

@ -18,7 +18,7 @@
**********************************************************************************/
.mk_apps_sidebar_panel {
height: height: calc(100% - #{$o-navbar-height});
height: calc(100% - #{$o-navbar-height});
position: fixed;
overflow-y: auto;
top: $o-navbar-height;

Loading…
Cancel
Save