Skip to content

Commit

Permalink
(#0) Tooltip Z-index 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
cause38 committed Feb 23, 2024
1 parent c7a91a6 commit 50b2eed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/components/Tooltip/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export default function Tooltip({
id = {id}
place = {placement}
className = {className}
style = {{ zIndex: 10 }}
/>
</>
);
Expand Down

0 comments on commit 50b2eed

Please sign in to comment.