You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

12 lines
244 B

.o_list_view .o_list_renderer {
overflow-x: initial;
thead, thead tr:nth-child(1) th {
position: sticky;
border: none;
z-index: 1;
top: 0;
}
tfoot, tfoot tr:nth-child(1) td {
color: $white;
}
}