Skip to content

Commit

Permalink
탭 여백 z-index 수정 (#1508)
Browse files Browse the repository at this point in the history
  • Loading branch information
Seohyun-Roh committed Dec 18, 2024
1 parent 2bdd93b commit feeaaa9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/ui/src/tiptap/node-views/tabs/Component.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@
position: 'sticky',
top: '0',
right: '0',
zIndex: '1',
display: 'flex',
alignItems: 'center',
flex: 'none',
Expand All @@ -191,7 +190,7 @@
height: '34px',
backgroundColor: 'neutral.20',
},
editor?.isEditable && { paddingX: '5px', minWidth: '34px' },
editor?.isEditable && { zIndex: '1', paddingX: '5px', minWidth: '34px' },
)}
>
{#if editor?.isEditable}
Expand Down

0 comments on commit feeaaa9

Please sign in to comment.