From f9bcf31df0188c1a94947b11951f436e0b06c659 Mon Sep 17 00:00:00 2001 From: fantasticit Date: Tue, 3 Jan 2023 22:10:20 +0800 Subject: [PATCH] improve preview iframe height --- .../src/tiptap/core/wrappers/attachment/player/index.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/client/src/tiptap/core/wrappers/attachment/player/index.module.scss b/packages/client/src/tiptap/core/wrappers/attachment/player/index.module.scss index 4bf48a96..0991c7c7 100644 --- a/packages/client/src/tiptap/core/wrappers/attachment/player/index.module.scss +++ b/packages/client/src/tiptap/core/wrappers/attachment/player/index.module.scss @@ -13,6 +13,7 @@ .iframeWrapper { width: 100%; + min-height: 480px; margin: auto; overflow: auto; border: 0;