[FIX] odoo_theme: fix menu scrolling
task-2800937
X-original-commit: 9c53901db9
This commit is contained in:
parent
b49110f30e
commit
7fe67ec854
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user