Skip to content

Commit

Permalink
feat: z-index 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kooinsung committed May 22, 2024
1 parent 742814c commit e354448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/triple-document/src/elements/sticky-tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export default function StickyTabs({
position: 'sticky',
top: headerHeight || 0,
left: 0,
zIndex: 2,
zIndex: 3,
background: '#fff',
}}
>
Expand Down

0 comments on commit e354448

Please sign in to comment.