diff --git a/list_view_sticky_header/static/src/scss/sticky_header.scss b/list_view_sticky_header/static/src/scss/sticky_header.scss index 77f9032e1..583f16fb5 100644 --- a/list_view_sticky_header/static/src/scss/sticky_header.scss +++ b/list_view_sticky_header/static/src/scss/sticky_header.scss @@ -3,6 +3,10 @@ top: 0; z-index:999; } +.o_account_reports_page .table-responsive{ + overflow-x: auto; + overflow-y: visible; +} .table-responsive{ overflow: visible; }