Skip to content

Commit

Permalink
fix: 스크롤 생길 때 밀리는 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Yejiin21 committed Feb 13, 2025
1 parent 4d7e6b0 commit 7b3963e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/dashboard/ui/SideBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const SideBar = ({ onClose }: { onClose: () => void }) => {
};

return (
<div className="flex flex-col mx-auto w-full max-w-lg fixed inset-0 z-40 bg-white border-[0.5px] border-black py-3">
<div className="flex flex-col mx-auto w-full h-full max-w-lg fixed z-40 bg-white border-[0.5px] border-black py-3">
<Header
centerContent="대시보드"
rightContent={<img src={menuBar} onClick={onClose} className="cursor-pointer z-80 relative" />}
Expand Down

0 comments on commit 7b3963e

Please sign in to comment.