Rendering issue Quasar version 17
-
After upgrading from quasar v 15 to v 17 the rendering behaves different.
When going to a small screen size, it would become a vertical scroll bar. Where should I look into, what would be the best way to find out what the issue is?
Thanks a lot for your help.
Theo
-
I could solve the issue, i did not have my flex gird classes right, for some reason it did behave different on older quasar versions.
I am setting the columns now like: <div class=“col-xs-12 col-sm-3”> and everything behaves as expected.