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

Slick vertical content has been cut off below #4281

Open
graydirt opened this issue Nov 4, 2023 · 1 comment
Open

Slick vertical content has been cut off below #4281

graydirt opened this issue Nov 4, 2023 · 1 comment

Comments

@graydirt
Copy link

graydirt commented Nov 4, 2023

short description of the bug / issue, provide more detail below.

I have 14 items/steps in the slick, however if I click the last dots item it shows the step 13 and the step 14 content has been cut off. Any ideas or suggestions how to fix it?

Setting the height of slick-list to 100% is not applicable.

See the image below, the step14 content has been cut off.
image

====================================================================

[ paste your codepen link here ]

use this codepen to reproduce your bug:
full page preview:
https://codepen.io/graydirt/full/rNPWMvO

code:
https://codepen.io/graydirt/pen/rNPWMvO

====================================================================

More Details

  • Which browsers/versions does it happen on? I only used Chrome.
  • Which jQuery/Slick version are you using? slick carousel 1.9.0, jquery 1.11.3
  • Did this work before? Not at all.
@graydirt
Copy link
Author

graydirt commented Nov 6, 2023

Im going to answer my own question and the only fixes that I know is to add the height and overflow-y on slick-slide, see the updated code below.

Any ideas or suggestions on how to fix it are still open.

https://codepen.io/graydirt/pen/rNPWMvO

Updated code on slick-slide.

.slider-style-2.slick-vertical .slick-slide {
    opacity:.5;
    cursor:pointer;
    height: 100px !important;
    overflow-y : auto !important;
}

@graydirt graydirt closed this as completed Nov 6, 2023
@graydirt graydirt reopened this Nov 8, 2023
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

1 participant