diff --git a/src/extras/editor/linkPreview.ts b/src/extras/editor/linkPreview.ts index f9b043f..9433497 100644 --- a/src/extras/editor/linkPreview.ts +++ b/src/extras/editor/linkPreview.ts @@ -97,7 +97,7 @@ class LinkPreviewState { .link-preview > .popup { max-width: 360px; max-height: 360px; - overflow: hidden; + overflow: hidden auto; } .link-preview > .popup > * { margin-block: 0;