16 lines
338 B
SCSS
16 lines
338 B
SCSS
.o_list_view .o_list_table thead {
|
|
position: sticky;
|
|
top: 0;
|
|
z-index: 100000;
|
|
}
|
|
//.o_list_view .o_list_table {
|
|
// height: 1799px !important;
|
|
//}
|
|
.table-responsive {
|
|
overflow: unset;
|
|
}
|
|
.o_form_view.o_xxl_form_view .o_form_sheet_bg > .o_form_statusbar {
|
|
position: sticky !important;
|
|
top: 0;
|
|
z-index: 100000;
|
|
} |