No-scroll dont work

Hello,
I use ionic V4 and I can not run no-scroll.
I have a page with an ion-card but instead of adjusting to the page I have a scroll.

thank you in advance.

Try this!

<ion-content class="no-scroll">
.no-scroll .scroll-content{
    overflow: hidden;
}