Skip to content

Commit

Permalink
[hotfix] info tool-tip z-index 오류 수정 (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeynii authored Dec 16, 2022
1 parent 15df954 commit 741cb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/SearchList/components/SearchResults.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const H1 = styled.h1`
const IconButtonWrapper = styled.div`
opacity: 0.5;
cursor: pointer;
z-index: 10;
z-index: 2;
:hover {
opacity: 1;
}
Expand Down

0 comments on commit 741cb86

Please sign in to comment.