Skip to content

Commit

Permalink
fix: error tooltips being behind modals
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Jan 3, 2025
1 parent 970ba2f commit ab04767
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/design/ErrorTooltip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const hasError = computed<boolean>(() => {
placement="bottom"
class="text-center reset-popper"
aria-id="tooltip"
:container="false"
>
<slot />
<template #popper>
Expand Down

0 comments on commit ab04767

Please sign in to comment.