Skip to content

Commit ea853aa

Browse files
committed
refactor: set iframe min height to 200px
1 parent 8bb3fd2 commit ea853aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/library-authoring/LibraryBlock/LibraryBlock.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const LibraryBlock = ({
6161
loading="lazy"
6262
referrerPolicy="origin"
6363
style={{
64-
width: '100%', height: iframeHeight, pointerEvents: 'auto', minHeight: '30vh',
64+
width: '100%', height: iframeHeight, pointerEvents: 'auto', minHeight: '200px',
6565
}}
6666
allow={IFRAME_FEATURE_POLICY}
6767
allowFullScreen

0 commit comments

Comments
 (0)