fix: fix bug with iframe block

This commit is contained in:
jinhojang6 2023-08-29 10:25:43 +09:00
parent 91616c24ae
commit 1bd798b2fb
1 changed files with 0 additions and 14 deletions

View File

@ -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%;
}
`