Skip to content

Commit

Permalink
fix z-index in mobilemode
Browse files Browse the repository at this point in the history
  • Loading branch information
zbycz committed Oct 8, 2024
1 parent 2df2864 commit baf4d6c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/SearchBox/SearchBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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} {
Expand Down

0 comments on commit baf4d6c

Please sign in to comment.