From e1969049f2f1ea22ad6572e242cf03dd053af072 Mon Sep 17 00:00:00 2001 From: ejunga Date: Mon, 21 Jul 2025 13:48:31 -0400 Subject: [PATCH] Fixed gradient color on horizontal overflow --- tdx-enhanced.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tdx-enhanced.js b/tdx-enhanced.js index 89392e4..a7e107b 100644 --- a/tdx-enhanced.js +++ b/tdx-enhanced.js @@ -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); }