Answer the question
In order to leave comments, you need to log in
How to set styles for html/body in vue cli?
Hello, I want to apply
html {
overflow: hidden;
user-select: none;
}
body {
margin: 0;
overflow: hidden;
}
img {
pointer-events: none;
}
but they are not applied to body and html respectively, but to the root vue-div, how can I fix this
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question