fix(css): use overflow-x clip on table-wrap instead of static thead on mobile

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-03-24 12:54:37 +08:00
parent 6050b65fb7
commit ec5687a8f1

View File

@@ -1110,8 +1110,8 @@ th[data-sort].sort-asc::after {
border-radius: 1.25rem;
}
.table thead th {
position: static;
.table-wrap {
overflow-x: clip;
}
.table thead th,