From 0597275436651f63cf5c52f33155e3d6f918640b Mon Sep 17 00:00:00 2001 From: Pawan Sharma Date: Tue, 22 Nov 2022 12:03:22 +0530 Subject: [PATCH] add comment for class --- cor_custom/static/src/css/rtl_css_direction.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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