Categories
How to prevent page scrolling using Vue js?
How to disable page scrolling with Vue js
Answer the question
In order to leave comments, you need to log in
Page scroll is disabled using css :
body { height: 100%; width: 100%; position: relative; overflow: hidden; }
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question