Skip to content

Commit

Permalink
Fixed gradient color on horizontal overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ejunga committed Jul 21, 2025
1 parent 0200e8c commit e196904
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tdx-enhanced.js
Original file line number Diff line number Diff line change
Expand Up @@ -3167,6 +3167,10 @@ table.table {
color: var(--txt-2) !important;
}
.tdx-table-fade-right {
background: linear-gradient(to right,transparent,var(--bg-0)) !important;
}
thead, tbody, tfoot, tr, td, th {
border-color: var(--border-0);
}
Expand Down

0 comments on commit e196904

Please sign in to comment.