add comment for class

This commit is contained in:
Pawan Sharma 2022-11-22 12:03:22 +05:30
parent 7064fffb9e
commit 0597275436
1 changed files with 5 additions and 2 deletions

View File

@ -15,10 +15,13 @@ ul.o_menu_systray {
.o_main_navbar > ul > li {
float: right;}
}
/* Fixed Individual column header */
/* Start */
tbody .o_one2many_header_cell_fix {
position:sticky;
left:0px;
background:white;
border-right:1px solid #DEE2E6;
}
}
/* Stop */