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

Will not work with bootstrap div's with specified col sizing #7

Open
silvster27 opened this issue Jul 8, 2014 · 2 comments
Open

Will not work with bootstrap div's with specified col sizing #7

silvster27 opened this issue Jul 8, 2014 · 2 comments

Comments

@silvster27
Copy link

Using bootstrap3 any divs containing column/grid sizing is not slideable.

This is my slideable content
@manojakondi
Copy link

@EricWVGG I'm able to implement a working app with bootstrap and AngularSlideables, but with a slight hiccup. The slideable content will always slide under the content that is present beneath. It doesn't work as intended. Any help??

@anlemora
Copy link

anlemora commented Oct 12, 2016

Had the same issue
Just display the slideable_content div as an inline-block, this will prevent it from having an initial height = 0

.slideable_content{ display: inline-block; }

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