forked from Techsystech/web
[FIX] web_responsive: Menu section overflow
parent
f4064641d5
commit
01dc7d76fb
|
@ -6,7 +6,7 @@
|
||||||
{
|
{
|
||||||
"name": "Web Responsive",
|
"name": "Web Responsive",
|
||||||
"summary": "Responsive web client, community-supported",
|
"summary": "Responsive web client, community-supported",
|
||||||
"version": "13.0.2.5.0",
|
"version": "13.0.2.6.0",
|
||||||
"category": "Website",
|
"category": "Website",
|
||||||
"website": "https://github.com/OCA/web",
|
"website": "https://github.com/OCA/web",
|
||||||
"author": "LasLabs, Tecnativa, " "Odoo Community Association (OCA)",
|
"author": "LasLabs, Tecnativa, " "Odoo Community Association (OCA)",
|
||||||
|
|
|
@ -69,6 +69,7 @@ $chatter_zone_width: 35%;
|
||||||
.o_menu_sections.show {
|
.o_menu_sections.show {
|
||||||
@include full-screen-dropdown();
|
@include full-screen-dropdown();
|
||||||
background-color: $dropdown-bg;
|
background-color: $dropdown-bg;
|
||||||
|
overflow: auto;
|
||||||
|
|
||||||
.show {
|
.show {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in New Issue