Bootstrap-select: selectpicker <option> cut off when used inside a bootstrap collapse widget

Created on 13 Sep 2013  路  3Comments  路  Source: snapappointments/bootstrap-select

9-12-2013-10-28-10-pm
The

Bootstrap:
.collapse {
height: 0;
overflow: hidden;
position: relative;
transition: height 0.35s ease 0s;
}

Most helpful comment

All 3 comments

This is a problem with bootstrap, meaning you might be able to find a better answer searching the bootstrap issues. You could also try data-container, https://github.com/silviomoreto/bootstrap-select/issues/37, or possibly display: table.

worked with data-container. didnt notice the option earlier.. Thx guys.

Was this page helpful?
0 / 5 - 0 ratings