React-slick: overflow-y inside modal

Created on 16 May 2017  路  6Comments  路  Source: akiran/react-slick

I'm using slick inside a modal where one of the slides has a dropdown menu.
Since overflow for slick-list is set to hidden (makes sense) the dropdown isn't show.

Is there any way to override this behavior without messing up the entire slider?

question

Most helpful comment

we need this improvement!

All 6 comments

@vugman

Any luck with this problem?

Any solution for this?

If someone could generate a codesandbox demo for the same, it would be easier to help.

Hey @laveesingh,

I've created a https://codesandbox.io/s/2p0ok14rrr for this, hope it makes sense.
The scenario is that when there is a custom dropdown menu or day picker inside a slide.

screen shot 2018-04-26 at 11 10 23 am

Maybe i'm missing something, but I haven't found any way around this.

@vugman This is a little bit late, but there's no way around it. As per documentation, in overflow in one dimension is set to hidden, overflow in the other one cannot be visible. What you're looking for is setting overflow-x: hidden while overflow-y: visible, which will not work.

we need this improvement!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

adamthewan picture adamthewan  路  4Comments

enriquelopez-atlas picture enriquelopez-atlas  路  3Comments

artemidas picture artemidas  路  4Comments

amishPro picture amishPro  路  3Comments

walker-jiang picture walker-jiang  路  3Comments