Multiple Hover Dropdown Right Aligned #145
Unanswered
domsayswow
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When you have multiple dropdowns next to one another (like in an admin bar for quick links), where the dropdown is right aligned and activated on hover, the dropdown to its right will automatically activate when the cursor is near to it. Even copying the code verbatim from the website, causes the bug.
<div class="hs-dropdown relative inline-flex [--trigger:hover] [--placement:bottom-right]">
....
Beta Was this translation helpful? Give feedback.
All reactions