diff --git a/app_web_enterprise/static/src/scss/app_style_after.scss b/app_web_enterprise/static/src/scss/app_style_after.scss index 632eb597..54ca765a 100644 --- a/app_web_enterprise/static/src/scss/app_style_after.scss +++ b/app_web_enterprise/static/src/scss/app_style_after.scss @@ -72,6 +72,9 @@ .o_form_view .o_form_view_container .o_form_sheet_bg .o_form_sheet { max-width: 98%; } + .o_form_view .o_form_view_container .o_notebook .o_notebook_headers { + overflow-x: inherit; + } } @media (min-width: 992px) {