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.
 
 
 
 
 

31 lines
635 B

/* Form view sticky header */
.o_form_sheet_bg .o_form_statusbar{
position: sticky !important;
top: 0;
z-index: 2;
}
/* List view view sticky header and footer*/
.o_list_view .table-responsive .o_list_table thead{
position: sticky;
top: 0;
z-index: 1;
}
.o_list_view .table-responsive .o_list_table tbody{
top:10px;
}
.o_list_view .table-responsive {
overflow-x: revert;
}
.o_list_renderer .o_list_table > :not(:first-child){
position: sticky;
bottom: 0;
}
.o_pivot thead {
position:sticky;
top:0;
z-index:1;
background:white;
}
.o_pivot thead tr th{
outline: 1px solid #dee2e6;
}