Skip to content

Commit 9c53901

Browse files
edi-odooAntoineVDV
authored andcommitted
[FIX] odoo_theme: fix menu scrolling
task-2800937
1 parent 7284b11 commit 9c53901

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extensions/odoo_theme/static/style.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,10 @@ header {
178178

179179
.o_side_nav {
180180
width: 100%;
181-
height: 100%;
181+
height: calc(100% - (#{$o-headers-mobile-height});
182182
overflow-y: auto;
183183
position: fixed;
184+
top: $o-headers-mobile-height;
184185
left: -100%;
185186
@include o-transition(all, .3s);
186187
padding-left: $padding-s;

0 commit comments

Comments
 (0)