Skip to content

Commit

Permalink
Merge pull request #4 from ejunga/fix-table-overflow
Browse files Browse the repository at this point in the history
Fixed gradient color on horizontal overflow
  • Loading branch information
ejunga authored Jul 22, 2025
2 parents d69020e + e196904 commit 815000b
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 815000b

Please sign in to comment.