fix the table column resize handler not visible (#23764)

This commit is contained in:
Ashish Gupta 2025-10-09 11:15:02 +05:30 committed by GitHub
parent e242e7cf8a
commit e748312799
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -95,6 +95,10 @@
}
}
}
.resizable-box {
position: absolute;
}
}
.ant-table.ant-table-small .ant-table-thead > tr > th:first-child {