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

How to have sub-dropdown in media-rigtht div? #11

Open
legreco opened this issue Jul 30, 2018 · 0 comments
Open

How to have sub-dropdown in media-rigtht div? #11

legreco opened this issue Jul 30, 2018 · 0 comments

Comments

@legreco
Copy link

legreco commented Jul 30, 2018

Example code

 <div class="media-right">
                        <div class="dropdown open" >
                            <button class="btn btn-default dropdown-toggle" type="button"  data-toggle="dropdown"><span class="glyphicon glyphicon-option-vertical"></span></button>
                            <ul class="dropdown-menu dropdown-position-bottomright">
                                <li><a href="#">HTML</a></li>
                                <li><a href="#">CSS</a></li>
                                <li><a href="#">JavaScript</a></li>
                            </ul>
                        </div>

                    </div>

When i click on the button, the whole notification dropdown is closed.
How can i prevent this?

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