From 9755564a057cb19e6f5b00894780e5ada5a64827 Mon Sep 17 00:00:00 2001 From: lyzno1 <92089059+lyzno1@users.noreply.github.com> Date: Mon, 18 Aug 2025 11:03:15 +0800 Subject: [PATCH] Fix sticky table header transparency with backdrop-filter blur in dark mode (#23999) --- web/app/components/datasets/hit-testing/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/datasets/hit-testing/index.tsx b/web/app/components/datasets/hit-testing/index.tsx index 8da7b9e34..ffda65e67 100644 --- a/web/app/components/datasets/hit-testing/index.tsx +++ b/web/app/components/datasets/hit-testing/index.tsx @@ -137,7 +137,7 @@ const HitTestingPage: FC = ({ datasetId }: Props) => { <>
- +
{t('datasetHitTesting.table.header.source')} {t('datasetHitTesting.table.header.text')}