[FIX] web_responsive: Menu section overflow

This commit is contained in:
Alexandre D. Díaz
2021-01-21 16:47:49 +01:00
committed by Sergey Shebanin
parent 4b2a8e6d91
commit 34216c6c10
2 changed files with 2 additions and 1 deletions

View File

@@ -69,6 +69,7 @@ $chatter_zone_width: 35%;
.o_menu_sections.show {
@include full-screen-dropdown();
background-color: $dropdown-bg;
overflow: auto;
.show {
display: flex;