From d0d4650ef0fa546b18af9ef055220ebc6b39cdc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20D=C3=ADaz?= Date: Mon, 11 Nov 2019 17:10:41 +0100 Subject: [PATCH] [IMP] web_responsive: Scroll menu sections on mobile --- web_responsive/static/src/css/web_responsive.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/web_responsive/static/src/css/web_responsive.scss b/web_responsive/static/src/css/web_responsive.scss index 03ad8c4fb6d5..0d074b4b9e6c 100644 --- a/web_responsive/static/src/css/web_responsive.scss +++ b/web_responsive/static/src/css/web_responsive.scss @@ -69,6 +69,7 @@ .o_menu_sections.show { @include full-screen-dropdown(); background-color: $dropdown-bg; + overflow: auto; .show { display: flex;