bootstrap select not running over table border

bootstrap select not running over table border

aschippersaschippers Posts: 22Questions: 8Answers: 3

Hello,

I made a layout with a few select pull down menu's. This works fine, but because we wanted to add some nice icon's in the pulldown menu, i switched over to boostrap-select.

I'm running into a CSS styling issue, wich causes that a pulldown-menu stops at the end of the visible window of datatables (instead of going completely the page down).

Is someone using bootstrap-select? And can someone give me a clue, at least where I've to change something in the CSS of bootstrap-select?

This question has accepted answers - jump to:

Answers

  • tangerinetangerine Posts: 3,350Questions: 37Answers: 394

    There may be a better answer, but have you tried increasing the z-index on your dropdown menu?

  • aschippersaschippers Posts: 22Questions: 8Answers: 3
    Answer ✓

    var select = $('<select id="'+idx+'" class="selectpicker" data-width="fit" data-container="body" title=""><option></option></select>')

    did the trick (data-container = body).

  • aschippersaschippers Posts: 22Questions: 8Answers: 3

    Thanks for your fast response. The issue was nog z-index, I tried that one first.

  • aschippersaschippers Posts: 22Questions: 8Answers: 3

    How can I put this question in answered?

  • allanallan Posts: 61,822Questions: 1Answers: 10,127 Site admin
    Answer ✓

    It isn't currently possible in the forum to make your own questions as the answer (something I need to correct). I've done it for you.

    Allan

This discussion has been closed.