Commit 8bf32ac2 by Damien Moulard

fix table header on top of the screen

parent 6a1d908b
...@@ -262,6 +262,14 @@ ...@@ -262,6 +262,14 @@
background-color: #76cf71 !important; background-color: #76cf71 !important;
} }
.dataTables_scrollHead {
position: sticky !important;
position: -webkit-sticky !important;
top: 0;
z-index: 3;
background-color: white;
}
/* -- Footer */ /* -- Footer */
#main_content_footer { #main_content_footer {
...@@ -283,8 +291,8 @@ ...@@ -283,8 +291,8 @@
margin: 30px 0 20px 0; margin: 30px 0 20px 0;
position: -webkit-sticky; position: -webkit-sticky;
position: sticky; position: sticky;
top: 20px; top: 150px;
z-index: 3; z-index: 5;
} }
.supplier_pill { .supplier_pill {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment