Slider vertical scroll

I’ve used ionic1 since the beginning and i’ve always found slider not good enough. Useful just for really simple things.
Came back with ionic2 hoping i could find a better solution but… no.
There is no vertical scroll inside a slider.
I have to trick css for having it, but i’m getting a lot of glitch, like: not seeing part of the inside view, or having blank spaces at the bottom.

How can i have a list inside a slider without seeing glitch?
thank you.

1 Like

Did you checked the docs ??

Yeah can’t find anything about vertical scroll

i’m talking about the content inside a Slide, not about the Slider scrolling horizontal.

.sliding-tabs {
ion-slide {
.slide-zoom {
height: 100%;
overflow-y: auto;
}
}
}

1 Like