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; +}