[SOLVED] Slide swiper progressbar bottom

I try to display the slide’s swiper, type progressbar, at the bottom of the slides

Sofar I couldn’t achieve it, I tried

div.swiper-pagination.swiper-pagination-progressbar {
    top: inherit;
    bottom: 0;
}

or

body /deep/ .swiper-pagination.swiper-pagination-progressbar {
    top: inherit;
    bottom: 0;
}

but nothing worked out

any idea?

I opened a feature request https://github.com/ionic-team/ionic/issues/14984

I solved it with a kind of ugly “hack”, basically declaring a custom bar but actually returning a progress bar :wink:

Documented in the issue https://github.com/ionic-team/ionic/issues/14984

No ragrets