From 1bd798b2fb4bcb19cab70af43bdfabc6cd5f7cbe Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Tue, 29 Aug 2023 10:25:43 +0900 Subject: [PATCH] fix: fix bug with iframe block --- src/components/Article/Article.Block.tsx | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/components/Article/Article.Block.tsx b/src/components/Article/Article.Block.tsx index 78bae22..bb1275a 100644 --- a/src/components/Article/Article.Block.tsx +++ b/src/components/Article/Article.Block.tsx @@ -93,18 +93,4 @@ const Paragraph = styled(Typography)` const IframeContainer = styled.div` position: relative; - padding-bottom: 56.25%; - padding-top: 30px; - height: 0; - overflow: hidden; - - & > iframe, - & > object, - & > embed { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - } `