
The
Bootstrap:
.collapse {
height: 0;
overflow: hidden;
position: relative;
transition: height 0.35s ease 0s;
}
have u tried use data-container?
http://silviomoreto.github.io/bootstrap-select/#container
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.
Most helpful comment
have u tried use
data-container?http://silviomoreto.github.io/bootstrap-select/#container