From 77b1ef2d9148a2e5f39479e7127d73be02a40a85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?WEB=E8=AE=B8=E4=BD=95=E5=93=B2=5Cxuhez?= Date: Fri, 18 Aug 2023 11:01:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E6=81=AF=E5=8F=91=E9=80=81=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E7=9A=84=E6=A0=B7=E5=BC=8Fbug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mrp_workorder/static/src/scss/table_custom.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mrp_workorder/static/src/scss/table_custom.scss b/mrp_workorder/static/src/scss/table_custom.scss index d0557894..54553dba 100644 --- a/mrp_workorder/static/src/scss/table_custom.scss +++ b/mrp_workorder/static/src/scss/table_custom.scss @@ -7,7 +7,7 @@ } html .o_web_client > .o_action_manager > .o_action { - height: unset !important; + //height: unset !important; overflow: scroll !important; } @@ -26,3 +26,7 @@ html .o_web_client > .o_action_manager > .o_action { background-color: unset !important; min-height: unset !important; } + +.o_form_view .o_form_view_container { + height: unset !important; +}