Can't scroll in fullscreen mode [SOLVED BY @dobbel]
-
Hi guys,
When i hit fullscreen mode i can’t scroll page.
Any idea why?
-
@PeterQF a reproduction pen would be helpful.
-
this work for scrolling with q-page and fullscreen
<q-page class="fullscreen" style="overflow: auto;">
-
@metalsadman , i’m sorry. I’m not so skilled with codepen but i will learn it so i can show my problems better in the future.
@dobbel , thank you so much. Works great.
-
Full screen scroll now works without this:
<q-page class="fullscreen" style="overflow: auto;">
can someone please confirm this.