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

dropdown-menu in modal-footer cannot popup correctly #274

Open
madlee opened this issue Jun 23, 2015 · 3 comments
Open

dropdown-menu in modal-footer cannot popup correctly #274

madlee opened this issue Jun 23, 2015 · 3 comments

Comments

@madlee
Copy link

madlee commented Jun 23, 2015

Before popup
p1

Click the button and menu showed but we cannot see the whole menu
p2

We have to scroll to view the menu
p3

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">&times;</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>
@aricca
Copy link

aricca commented Sep 11, 2015

I have the same problem with a datepicker, how did you solved it ?

@ColonelBundy
Copy link

try using class "pull-right" on the drop down.

@aricca
Copy link

aricca commented Nov 8, 2015

didnt work

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

3 participants