From 0afc51f576a3b16e4ec2d0ff2cdd0d5a0da0c103 Mon Sep 17 00:00:00 2001 From: Enciphered Date: Sun, 31 May 2026 06:20:47 +0500 Subject: [PATCH] style: apply gradient background on outer table wrapper to seamlessly cover scrollbar track --- templates/components/macros.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/components/macros.html b/templates/components/macros.html index 7b645a0..b01dde8 100644 --- a/templates/components/macros.html +++ b/templates/components/macros.html @@ -391,8 +391,8 @@ {% macro table_container_open(id, max_height="68vh") %} -
-
+
+
{% endmacro %} {% macro table_container_close(id) %}