Skip to content

Commit

Permalink
fix popup size
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Ilyushchenko <[email protected]>
  • Loading branch information
mr1name committed Jan 8, 2025
1 parent 4171c3f commit 762ce34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const InlinePopupExtension: Extension<BubbleMenuOptions> = BubbleMenu.ext
pluginKey: 'inline-popup',
element: null,
tippyOptions: {
maxWidth: '38rem',
maxWidth: '46rem',
zIndex: 500,
appendTo: () => document.body
}
Expand Down

0 comments on commit 762ce34

Please sign in to comment.