change fix header class css

This commit is contained in:
Pawan Sharma 2022-11-22 11:41:34 +05:30
parent f5728f443e
commit 7064fffb9e
1 changed files with 7 additions and 0 deletions

View File

@ -15,3 +15,10 @@ ul.o_menu_systray {
.o_main_navbar > ul > li {
float: right;}
}
tbody .o_one2many_header_cell_fix {
position:sticky;
left:0px;
background:white;
border-right:1px solid #DEE2E6;
}