We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Before popup
Click the button and menu showed but we cannot see the whole menu
We have to scroll to view the menu
I tried in Bootstrap 3.2 and 3.3. The code was attached
<div id="responsive" class="modal fade" tabindex="-1" > <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h4 class="modal-title">Responsive</h4> </div> <div class="modal-body"> <div class="row"> <div class="col-md-6"> <h4>Some Input</h4> <div> </div> </div> <div class="modal-footer"> <button type="button" data-dismiss="modal" class="btn btn-default">Close</button> <div class="btn-group"> <button type="button" class="btn btn-danger">Action</button> <button type="button" class="btn btn-danger dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <span class="caret"></span> <span class="sr-only">Toggle Dropdown</span> </button> <ul class="dropdown-menu"> <li><a href="#">Action</a></li> <li><a href="#">Another action</a></li> <li><a href="#">Something else here</a></li> <li role="separator" class="divider"></li> <li><a href="#">Separated link</a></li> </ul> </div> </div> </div>
The text was updated successfully, but these errors were encountered:
I have the same problem with a datepicker, how did you solved it ?
Sorry, something went wrong.
try using class "pull-right" on the drop down.
didnt work
No branches or pull requests
Before popup
Click the button and menu showed but we cannot see the whole menu
We have to scroll to view the menu
I tried in Bootstrap 3.2 and 3.3. The code was attached
The text was updated successfully, but these errors were encountered: