mirror of
https://github.com/vinta/awesome-python.git
synced 2026-04-11 02:11:42 +08:00
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:
parent
6050b65fb7
commit
ec5687a8f1
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user