AngularSlideables icon indicating copy to clipboard operation
AngularSlideables copied to clipboard

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

Open silvster27 opened this issue 10 years ago • 2 comments

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

This is my slideable content

silvster27 avatar Jul 08 '14 20:07 silvster27

@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??

manojakondi avatar Jun 15 '16 10:06 manojakondi

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; }

anlemora avatar Oct 12 '16 18:10 anlemora