Browse Source

Jun 19 : [FIX] Bug Fixed 'list_view_sticky_header'

pull/257/head
AjmalCybro 2 years ago
parent
commit
249a61ec00
  1. 4
      list_view_sticky_header/static/src/scss/sticky_header.scss

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

Loading…
Cancel
Save