From 182970f16c84826d53cc89e184a3ad99c67f2576 Mon Sep 17 00:00:00 2001 From: MD Ashik Date: Sun, 1 Oct 2023 20:01:24 +0600 Subject: [PATCH] fix: #13781 || dataTable: frozenColumn header overlap with frozen body --- src/app/components/table/table.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/components/table/table.css b/src/app/components/table/table.css index 1d9c7591346..6d55f24793e 100755 --- a/src/app/components/table/table.css +++ b/src/app/components/table/table.css @@ -45,7 +45,7 @@ .p-datatable-scrollable-table > .p-datatable-thead { position: sticky; top: 0; - z-index: 1; + z-index: 2; } .p-datatable-scrollable-table > .p-datatable-frozen-tbody { @@ -84,7 +84,7 @@ .p-datatable-scrollable-table > .p-datatable-tbody > .p-rowgroup-header { position: sticky; - z-index: 1; + z-index: 2; } /* Resizable */ @@ -163,7 +163,7 @@ display: flex; align-items: center; justify-content: center; - z-index: 2; + z-index: 3; } /* Filter */