Skip to content

Commit

Permalink
added missing classes to anchor docs
Browse files Browse the repository at this point in the history
  • Loading branch information
PluTiper committed Sep 18, 2024
1 parent ab743bc commit 91c6bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/en/plugins/anchor.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ Because `x-anchor` accepts a reference to any DOM element, you can use utilities
</div>


<div x-show="open" x-anchor="document.querySelector('.trigger')">
<div x-show="open" x-anchor="document.querySelector('.trigger')" class="bg-white rounded p-4 border shadow z-10">
Dropdown content
</div>
</div>
Expand Down

0 comments on commit 91c6bfb

Please sign in to comment.