We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f76f53 commit f7de5c9Copy full SHA for f7de5c9
1 file changed
src/components/blocks/interaction-insert-menu/index.ts
@@ -328,7 +328,10 @@ export class QtiInteractionInsertMenu extends LitElement {
328
<span>${this.i18n.t('interactionInsert.trigger')}</span>
329
</button>
330
</prosekit-popover-trigger>
331
- <prosekit-popover-popup class="flex min-w-56 flex-col gap-1 rounded-lg border border-gray-200 bg-white p-2 text-sm shadow-lg dark:border-gray-800 dark:bg-gray-950 [&:not([data-state])]:hidden">
+ <prosekit-popover-popup
332
+ class="flex min-w-56 flex-col gap-1 rounded-lg border border-gray-200 bg-white p-2 text-sm shadow-lg dark:border-gray-800 dark:bg-gray-950 [&:not([data-state])]:hidden"
333
+ style="position: absolute; top: 100%; left: 0; z-index: 1000; margin-top: 0.5rem;"
334
+ >
335
${items.map(
336
item => html`
337
<button
0 commit comments