Skip to content

Commit

Permalink
[fix] 드롭다운 메뉴가 다른 컴포넌트에 가리는 현상 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jjongs2 committed Sep 4, 2023
1 parent f26eb16 commit 902c3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/status/VocalStatusBoard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export default function VocalStatusBoard({

return (
<div className='m-4 flex h-full max-h-[79vh] min-w-[360px] flex-col justify-between overflow-auto rounded-xl border bg-white dark:bg-slate-800'>
<div className='sticky top-0 flex items-center justify-between space-x-4 border-b-2 bg-white p-4 dark:bg-slate-700'>
<div className='top-0 flex items-center justify-between space-x-4 border-b-2 bg-white p-4 dark:bg-slate-700'>
<div className='flex w-full items-center space-x-2'>
<input
value='white'
Expand Down

0 comments on commit 902c3f0

Please sign in to comment.