-
Notifications
You must be signed in to change notification settings - Fork 324
Dropdown + ellipsis fix #974
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Ah, this is because |
</span> | ||
</button> | ||
|
||
<div class="menu-item horizontal-hide dropdown-toggle collapsed <% if collapsable { %> leftnav-collapse-affect <% } %>" href="#" role="button" data-bs-toggle="dropdown" data-bs-offset="68, -44" aria-expanded="false"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We might want the ability to control this data-bs-offset. It controls where the dropdown menu appears relative to its default position. Also, I can see needing to position the dropdown list left center or right very useful.
51262ee
to
e95e7fc
Compare
Dropdown
component.