Skip to content

Commit ab04767

Browse files
committed
fix: error tooltips being behind modals
1 parent 970ba2f commit ab04767

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/components/design/ErrorTooltip.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ const hasError = computed<boolean>(() => {
2929
placement="bottom"
3030
class="text-center reset-popper"
3131
aria-id="tooltip"
32+
:container="false"
3233
>
3334
<slot />
3435
<template #popper>

0 commit comments

Comments
 (0)