Can somebody help with this piece of code, as ion-scroll is being removed in Ionic 4, I need to create a horizontal cards sliders.
div[scrollx=true],div[scrolly=true] {
position: relative;
overflow: hidden;
}
div[scrollx=true] {
overflow-x: auto;
}
div[scrolly=true] {
overflow-y: auto;
}
P.S.: maybe update the subject of your post it doesn’t reflect your question
1 Like
thanks @reedrichards