You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
在 2020-10-29 05:20:59,"Adriano Giovannini" <[email protected]> 写道:
Found solution.
add attribute dropdown-menu-right in all div
Example:
Canghe from:
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="#">Settings1</a>
<a class="dropdown-item" href="#">Settings2</a>
</div>
to
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="#">Settings1</a>
<a class="dropdown-item" href="#">Settings2</a>
</div>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
I found this bug.
When opened the dropdown exits on page in horizontal and vertical.
See screen.
The text was updated successfully, but these errors were encountered: