From 52b425705a1526b931396bb613f2ff2e1758281d Mon Sep 17 00:00:00 2001 From: sap03110 Date: Wed, 6 Dec 2023 14:23:51 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20style=20=EC=A0=9C=EA=B1=B0(height=20100%?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ui/my-page/scrap-sheet.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/ui/my-page/scrap-sheet.tsx b/src/components/ui/my-page/scrap-sheet.tsx index 85c5107..e82bd0f 100644 --- a/src/components/ui/my-page/scrap-sheet.tsx +++ b/src/components/ui/my-page/scrap-sheet.tsx @@ -39,7 +39,6 @@ const ImageWarp = styled.div` .image { width: 100%; - height: 100%; } `;