diff --git a/cor_custom/static/src/css/rtl_css_direction.css b/cor_custom/static/src/css/rtl_css_direction.css index c825815..4dcf5eb 100755 --- a/cor_custom/static/src/css/rtl_css_direction.css +++ b/cor_custom/static/src/css/rtl_css_direction.css @@ -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; -} \ No newline at end of file +} +/* Stop */ \ No newline at end of file