You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i just add fixed for layout on open dialog etc...
and it works perfectly
.q-body--prevent-scroll
.q-layout
position: fixed
i actually need it for putting carousel inside dialog which was not working correctly because scroll can go x,y
now every thing work correct hope it will help !
The text was updated successfully, but these errors were encountered:
prevent scroll class which used on open dialog for example have overflow:hidden ;
which is quit correct for browser and windows .
unfortunately its will not work for iPhone 9 +
its a famous bug
reference
https://stackoverflow.com/questions/3047337/does-overflowhidden-applied-to-body-work-on-iphone-safari
i just add fixed for layout on open dialog etc...
and it works perfectly
i actually need it for putting carousel inside dialog which was not working correctly because scroll can go x,y
now every thing work correct hope it will help !
The text was updated successfully, but these errors were encountered: