Commit 8bf32ac2 by Damien Moulard

fix table header on top of the screen

parent 6a1d908b
......@@ -262,6 +262,14 @@
background-color: #76cf71 !important;
}
.dataTables_scrollHead {
position: sticky !important;
position: -webkit-sticky !important;
top: 0;
z-index: 3;
background-color: white;
}
/* -- Footer */
#main_content_footer {
......@@ -283,8 +291,8 @@
margin: 30px 0 20px 0;
position: -webkit-sticky;
position: sticky;
top: 20px;
z-index: 3;
top: 150px;
z-index: 5;
}
.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