From ec5687a8f16df362611f999a3d5bbb24c62e2f1e Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Tue, 24 Mar 2026 12:54:37 +0800 Subject: [PATCH] fix(css): use overflow-x clip on table-wrap instead of static thead on mobile Co-Authored-By: Claude --- website/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/static/style.css b/website/static/style.css index edf0a60..0396488 100644 --- a/website/static/style.css +++ b/website/static/style.css @@ -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,