Take scroll bar on Ionic 3

Asked

Viewed 1,079 times

0

I’m having a hard time getting the scroll bar on ionic 3 is appearing in all versions (ios, android, windows phone) inserir a descrição da imagem aqui

What should I do ?

1 answer

1


Try to take with css :

* {
   overflow-y: hidden !important;
   overflow-x: hidden !important;
}

Hug.

  • It didn’t work, I tried to put in the app.scss

  • alters ai did so and gave * { overflow-y: Hidden ! Important; overflow-x: Hidden ! Important; }

  • Did you see if he 'set' this attribute? Try putting "! Mportant" before the ";" of Hidden.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.