mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-07 22:28:47 -05: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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user