diff --git a/src/app/components/table/table.css b/src/app/components/table/table.css index ba8b6198c8f..96cde3a4828 100755 --- a/src/app/components/table/table.css +++ b/src/app/components/table/table.css @@ -170,7 +170,7 @@ white-space: nowrap; } -.p-datatable-resizable .p-resizable-column { +.p-datatable-resizable .p-resizable-column:not(.p-forzen-column) { background-clip: padding-box; position: relative; }