3
0
Fork 0

[FIX] web_responsive: Menu section overflow

14.0
Alexandre D. Díaz 2021-01-21 16:47:49 +01:00 committed by Splash
parent 4651b86370
commit d8477c3af6
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@
{
"name": "Web Responsive",
"summary": "Responsive web client, community-supported",
"version": "13.0.2.5.0",
"version": "13.0.2.6.0",
"category": "Website",
"website": "https://github.com/OCA/web",
"author": "LasLabs, Tecnativa, " "Odoo Community Association (OCA)",

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;