Skip to content

Commit

Permalink
Add explanatory comment for .tailwind-rules wrapper in Popover
Browse files Browse the repository at this point in the history
  • Loading branch information
eronisko committed Apr 25, 2024
1 parent f342336 commit b18fd7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/js/components/catalog-new/Popover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const isOpen = ref(false)
</div>

<PopoverPortal>
<!-- PopoverPortal teleports outside of .tailwind-rules scope -->
<div class="tailwind-rules">
<Transition
class="tw-origin-[var(--radix-popover-content-transform-origin)]"
Expand Down

0 comments on commit b18fd7b

Please sign in to comment.