F
F
Felzer2018-03-14 13:59:49
Vue.js
Felzer, 2018-03-14 13:59:49

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

1 answer(s)
E
evilray, 2018-03-14
@evilray

Page scroll is disabled using css :

body {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden; 
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question