Skip to content

Commit

Permalink
fix: 미팅룸 가로스크롤 w-full 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
jiohjung98 committed Jun 10, 2024
1 parent 78a014b commit 1b92f3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ const MeetingRoomIndex: React.FC = () => {
<div className='relative'>
<Image src={'/resetwithbg.svg'} width={45} height={45} alt="reset" className="absolute right-0" onClick={handleReset} />
</div>
<div className="flex mb-4 overflow-x-auto whitespace-nowrap">
<div className="flex mb-4 w-full overflow-x-auto whitespace-nowrap mr-[50px]">
<div
className="flex-none w-[190px] h-[33px] px-3 py-2 bg-violet-100 rounded inline-flex cursor-pointer"
onClick={() => handleModalOpen('schedule')}
Expand Down

0 comments on commit 1b92f3d

Please sign in to comment.