I’m having a hard time getting the scroll bar on ionic 3 is appearing in all versions (ios, android, windows phone) What should I do ?
It didn’t work, I tried to put in the app.scss
– Renan Rodrigues
alters ai did so and gave * { overflow-y: Hidden ! Important; overflow-x: Hidden ! Important; }
– Renan Rodrigues
Did you see if he 'set' this attribute? Try putting "! Mportant" before the ";" of Hidden.
– Bruno