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

Conflict on using Swiper #741

Closed
hansthinhle opened this issue May 11, 2017 · 1 comment
Closed

Conflict on using Swiper #741

hansthinhle opened this issue May 11, 2017 · 1 comment

Comments

@hansthinhle
Copy link

hansthinhle commented May 11, 2017

I need a help with using Bulma and Swiper together.

Overview of the problem

I'm using Bulma version [0.4.1]
My browser is: Newest Chrome

Description

The Swiper and Bulma CSS Framework have a conflict on working together. Every time I place the Swiper content in div with column class, the layout of Swiper is broken.

Steps to Reproduce

Should be ok like this:
http://idangero.us/swiper/demos/#.WRQTE7yGOgA

Actual behavior

But it turned out like this

https://codepen.io/x1angel/pen/rmdeor

*Remove the columns and column wrappers, you will see it's fine at all.

@jgthms
Copy link
Owner

jgthms commented May 13, 2017

The .swiper-container has a height: 100%. This doesn't do anything, unless you use some absolute positioning.

It works without the columns because the body is fullheight. Try searching on Google: https://www.google.co.uk/search?q=css+height+100

@jgthms jgthms closed this as completed May 13, 2017
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

2 participants