8000 [FIX] side-menu overflow. · asantos82/documentation-user@27388c8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 27388c8

Browse files
committed
[FIX] side-menu overflow.
1 parent dcd8f86 commit 27388c8

File tree

2 files changed

+277
-275
lines changed

2 files changed

+277
-275
lines changed

_extensions/odoo/static/aside.less

Lines changed: 2 additions & 1 deletion
6D8B
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
font-size : 0.85em;
99
line-height : 1.5;
1010
font-weight : @fw_medium;
11+
overflow-y : auto;
12+
height : 100%;
1113

1214
&.affix {
1315
z-index : 2;
@@ -21,7 +23,6 @@
2123
}
2224

2325
> ul.list-group {
24-
overflow-y: scroll;
2526
margin : 0;
2627
z-index : 0;
2728
}

0 commit comments

Comments
 (0)
0