Skip to content
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

Display bug on version 2.0-beta2 #913

Open
ghost opened this issue Oct 28, 2020 · 2 comments
Open

Display bug on version 2.0-beta2 #913

ghost opened this issue Oct 28, 2020 · 2 comments

Comments

@ghost
Copy link

ghost commented Oct 28, 2020

I found this bug.

When opened the dropdown exits on page in horizontal and vertical.

See screen.

Cattura

@ghost
Copy link
Author

ghost commented Oct 28, 2020

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="#">Settings 1</a>
    <a class="dropdown-item" href="#">Settings 2</a>
</div>

to

<div class="dropdown-menu dropdown-menu-right" aria-labelledby="dropdownMenuButton">
    <a class="dropdown-item" href="#">Settings 1</a>
    <a class="dropdown-item" href="#">Settings 2</a>
</div>

@kris-2018
Copy link

kris-2018 commented Nov 3, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant