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

selectpicker <option> cut off when used inside a bootstrap collapse widget #304

Closed
neuropass opened this issue Sep 13, 2013 · 3 comments
Closed

Comments

@neuropass
Copy link

9-12-2013-10-28-10-pm
The will get cut of if the selectpicker is used inside a collapsible widget style..
This is because of the overflow: hidden; property associated with it.
Is there a workaround or am I missing something about this?

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

@silviomoreto
Copy link
Collaborator

have u tried use data-container?
http://silviomoreto.github.io/bootstrap-select/#container

@caseyjhol
Copy link
Member

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, #37, or possibly display: table.

@neuropass
Copy link
Author

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

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