mirror of
https://github.com/vinta/awesome-python.git
synced 2026-08-04 07:03:57 +00: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
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue