From 7064fffb9eac018e5f0374fa5c2deec5a51cc430 Mon Sep 17 00:00:00 2001 From: Pawan Sharma Date: Tue, 22 Nov 2022 11:41:34 +0530 Subject: [PATCH] change fix header class css --- cor_custom/static/src/css/rtl_css_direction.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cor_custom/static/src/css/rtl_css_direction.css b/cor_custom/static/src/css/rtl_css_direction.css index 9a2b13a..c825815 100755 --- a/cor_custom/static/src/css/rtl_css_direction.css +++ b/cor_custom/static/src/css/rtl_css_direction.css @@ -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; +} \ No newline at end of file