Skip to content

Commit

Permalink
fix: 이미지 전체화면
Browse files Browse the repository at this point in the history
  • Loading branch information
wildcatco committed Aug 9, 2023
1 parent a123af7 commit ce04488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ImageFullScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function ImageFullScreen({
}, []);

return (
<div className="fixed left-0 top-0 z-[100] h-[100dvh] w-screen bg-text-title-900">
<div className="absolute left-0 top-0 z-[100] h-[100dvh] w-full bg-text-title-900">
<div className="absolute top-[1rem] z-[100] flex w-full items-center justify-between px-[1.3rem]">
<DeleteIcon className="invisible" onClick={onClose} />
<span
Expand Down

0 comments on commit ce04488

Please sign in to comment.