I have a scroll problem.This area in <ion-side-menu-content>.I have a html { overflow-y:scroll !important; } code in my css file but it not worked.
<ion-side-menu-content>
html { overflow-y:scroll !important; }
What exactly don’t worked?
I want scroll down but I can’t.
Post your code in Codepen please.