fix: Issues #138 files page thead sticky and only tbody have scrollbar done.

This commit is contained in:
chiayin
2024-03-07 12:29:08 +08:00
parent 5b62799efb
commit c0ad84169a
2 changed files with 15 additions and 9 deletions

View File

@@ -103,3 +103,7 @@ p-radiobutton-icon */
.p-datatable-resizable > .p-datatable-wrapper {
@apply !overflow-x-visible
}
/* 蓋住 inline style 的 overflow-auto才能使 thead 定位 */
.p-datatable-wrapper {
overflow: unset !important;
}