rcbyr / keen-slider

The HTML touch slider carousel with the most native feeling you will get.
https://keen-slider.io/
MIT License
4.57k stars 210 forks source link

Slider's overflow preventing to show menu #361

Open roman-antl-satoshilabs opened 10 months ago

roman-antl-satoshilabs commented 10 months ago

Hello, I'm using keen-slider with react-select inside.

Here is a codesandbox link https://codesandbox.io/s/elastic-kalam-kpl5mf?file=/src/App.tsx

The problem is that the menu is cropped with overflow when I open the select's menu. Is there a way to display the menu correctly without being cropped by a slider?

Thank you