changed z-index to make sure the search highlighter does not appear on modal overlay (#6386)

This commit is contained in:
Lifei Zhou
2026-01-08 10:01:23 +11:00
committed by GitHub
parent 9aee76391c
commit 42271650eb
+1 -1
View File
@@ -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)