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.
41 lines
764 B
41 lines
764 B
.cb_sticky {
|
|
position: sticky;
|
|
top: 0;
|
|
z-index : 10;
|
|
}
|
|
|
|
tbody tr .text-nowrap{
|
|
background-color: white;
|
|
left : 0;
|
|
outline: 1px solid #dee2e6;
|
|
}
|
|
|
|
.cb_sticky tr th {
|
|
outline: 1px solid #dee2e6;
|
|
border: none;
|
|
outline-offset: -1px;
|
|
left: 0;
|
|
background-color: white;
|
|
}
|
|
thead tr .cb_sticky_first_child{
|
|
position: sticky;
|
|
}
|
|
|
|
tbody tr .o_pivot_header_cell_closed{
|
|
position: sticky;
|
|
}
|
|
tbody tr .o_pivot_header_cell_opened{
|
|
position: sticky;
|
|
}
|
|
|
|
.o-dropdown.dropdown.o_group_by_menu{
|
|
position: relative !important;
|
|
display: block !important;
|
|
}
|
|
|
|
th .o-dropdown.dropdown.o_group_by_menu > .o-dropdown--menu.dropdown-menu{
|
|
position: absolute !important;
|
|
left: 105% !important;
|
|
top: 100% !important;
|
|
}
|
|
|
|
|