Fixed #1989 - TreeTable | ColResize Expand Mode not Compatible with Table Scroll and Frozen

pull/2054/head
Tuğçe Küçükoğlu 2022-01-27 11:50:06 +03:00 committed by Tuğçe Küçükoğlu
parent b70ff261de
commit 1cec9e9959
1 changed files with 5 additions and 1 deletions

View File

@ -965,7 +965,7 @@ export default {
overflow: hidden;
}
.p-treetable-resizable .p-resizable-column {
.p-treetable-resizable .p-resizable-column:not(.p-frozen-column) {
background-clip: padding-box;
position: relative;
}
@ -1051,6 +1051,10 @@ export default {
background: inherit;
}
.p-treetable-scrollable th.p-frozen-column {
z-index: 1;
}
.p-treetable-scrollable-both .p-treetable-thead > tr > th,
.p-treetable-scrollable-both .p-treetable-tbody > tr > td,
.p-treetable-scrollable-both .p-treetable-tfoot > tr > td,