|
|
@ -4,32 +4,38 @@ |
|
|
|
z-index : 10; |
|
|
|
} |
|
|
|
|
|
|
|
.cb_sticky tr th{ |
|
|
|
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; |
|
|
|
position: sticky !important; |
|
|
|
background-color: white; |
|
|
|
} |
|
|
|
|
|
|
|
.cb_sticky_first_child{ |
|
|
|
z-index: 10; |
|
|
|
font-weight: 400 !important; |
|
|
|
thead tr .cb_sticky_first_child{ |
|
|
|
position: sticky; |
|
|
|
} |
|
|
|
|
|
|
|
tbody .o_pivot_header_cell_opened { |
|
|
|
tbody tr .o_pivot_header_cell_closed{ |
|
|
|
position: sticky; |
|
|
|
left : 0; |
|
|
|
outline: 1px solid #dee2e6; |
|
|
|
} |
|
|
|
|
|
|
|
tbody .o_pivot_header_cell_closed { |
|
|
|
tbody tr .o_pivot_header_cell_opened{ |
|
|
|
position: sticky; |
|
|
|
left : 0; |
|
|
|
outline: 1px solid #dee2e6; |
|
|
|
} |
|
|
|
|
|
|
|
tbody .dropdown > .dropdown-menu.o_pivot_field_menu.show { |
|
|
|
left : 104%; |
|
|
|
margin: -20px 0px 0px 0px; |
|
|
|
.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; |
|
|
|
} |
|
|
|
|
|
|
|