Answers for "how to make scrolling event false in ionic 4"

CSS
1

ion-content --offset-bottom

ion-content {
    --offset-top: 0 !important;
}
Posted by: Guest on November-16-2020

Code answers related to "how to make scrolling event false in ionic 4"

Browse Popular Code Answers by Language