From 42271650ebe456cc1b55f9bea0aa510deb883786 Mon Sep 17 00:00:00 2001 From: Lifei Zhou Date: Thu, 8 Jan 2026 10:01:23 +1100 Subject: [PATCH] changed z-index to make sure the search highlighter does not appear on modal overlay (#6386) --- ui/desktop/src/utils/searchHighlighter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/desktop/src/utils/searchHighlighter.ts b/ui/desktop/src/utils/searchHighlighter.ts index 610971c5..26614058 100644 --- a/ui/desktop/src/utils/searchHighlighter.ts +++ b/ui/desktop/src/utils/searchHighlighter.ts @@ -30,7 +30,7 @@ export class SearchHighlighter { left: 0; right: 0; bottom: 0; - z-index: 9999; + z-index: 1; `; // Find scroll container (look for our custom data attribute first, then fallback to radix)