diff --git a/src/components/GlobalSearch.tsx b/src/components/GlobalSearch.tsx index b9d5fda7..78b6b789 100644 --- a/src/components/GlobalSearch.tsx +++ b/src/components/GlobalSearch.tsx @@ -23,11 +23,10 @@ const StyledInput = styled(({ focused, ...props }) => )<{ fo ${({ focused }) => focused && ` - position: absolute; - z-index: 99991; // 9999 — Popup z-index + z-index: 10000; // 9999 — Popup z-index - width: 400px; - `} + width: 400px; + `} `; const StyledResults = styled.div`