Browse Source

publish muk_web_theme - 12.0

pull/48/head
MuK IT GmbH 6 years ago
parent
commit
92ec12d85a
  1. 3
      muk_web_theme/__manifest__.py
  2. 2
      muk_web_theme/static/src/scss/appsbar.scss

3
muk_web_theme/__manifest__.py

@ -16,11 +16,10 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
###################################################################################
{
"name": "MuK Backend Theme",
"summary": "Odoo 12.0 community backend theme",
"version": "12.0.1.1.9",
"version": "12.0.1.1.10",
"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: 100%;
height: height: calc(100% - #{$o-navbar-height});
position: fixed;
overflow-y: auto;
top: $o-navbar-height;

Loading…
Cancel
Save