From c06a15ab382c1983aa6d6680400d179f1a1929b3 Mon Sep 17 00:00:00 2001 From: Elisabeth Dickinson Date: Mon, 13 Jun 2022 14:51:45 +0200 Subject: [PATCH] [FIX] odoo_theme: fix menu scrolling task-2800937 X-original-commit: 9c53901db9e87fd315e23bf0bd023f55fe73399a --- extensions/odoo_theme/static/style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions/odoo_theme/static/style.scss b/extensions/odoo_theme/static/style.scss index c2d18ff3c..cf67651a1 100644 --- a/extensions/odoo_theme/static/style.scss +++ b/extensions/odoo_theme/static/style.scss @@ -178,9 +178,10 @@ header { .o_side_nav { width: 100%; - height: 100%; + height: calc(100% - (#{$o-headers-mobile-height}); overflow-y: auto; position: fixed; + top: $o-headers-mobile-height; left: -100%; @include o-transition(all, .3s); padding-left: $padding-s;