diff --git a/src/components/SearchBox/SearchBox.tsx b/src/components/SearchBox/SearchBox.tsx index 5046475f1..f70f89618 100644 --- a/src/components/SearchBox/SearchBox.tsx +++ b/src/components/SearchBox/SearchBox.tsx @@ -21,10 +21,7 @@ const TopPanel = styled.div` box-sizing: border-box; top: 0; - z-index: 10; - @media ${isDesktopResolution} { - z-index: 1200; // 1100 is PanelWrapper - } + z-index: 1200; // 1100 is PanelWrapper width: 100%; @media ${isDesktop} {