diff --git a/list_view_sticky_header/__manifest__.py b/list_view_sticky_header/__manifest__.py index 7f17a8d41..9d48d4855 100644 --- a/list_view_sticky_header/__manifest__.py +++ b/list_view_sticky_header/__manifest__.py @@ -22,7 +22,7 @@ { 'name': 'List View Sticky Header', - 'version': '16.0.1.0.0', + 'version': '16.0.1.0.1', 'summary': 'Helps to Stick The Header of List View', 'description': 'Helps to Stick The Header of List View', 'category': 'Tools', diff --git a/list_view_sticky_header/static/description/index.html b/list_view_sticky_header/static/description/index.html index 81c0b420b..b9c30e6f6 100644 --- a/list_view_sticky_header/static/description/index.html +++ b/list_view_sticky_header/static/description/index.html @@ -117,13 +117,15 @@
Community & Enterprise Support -

- Available in Odoo 16.0 Community and Enterprise

Sticky Header in List Views
+
+ + Available in Odoo 16.0 Community and Enterprise +
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 6d4c0721b..3008fa6f9 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,9 @@ top: 0; z-index:999; } +.table-responsive{ + overflow: visible; +} .o_list_view .table-responsive .table thead{ z-index: 1; -} \ No newline at end of file +}