Hello… I am trying to make my ion-content not scrollable, and I did it by doing this on my CSS file:
ion-content {
--overflow: hidden;
}
but then, I tried to make the lines of an ion-grid scrollable and I can’t do it, I did it this way:
.content-grid {
overflow-y: scroll !important;
}
Could you guys please tell me what am I doing wrong?
Thank you for your attention
1 post - 1 participant