L
L
lillianfisher2021-04-04 12:38:32
Vue.js
lillianfisher, 2021-04-04 12:38:32

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 question

Ask a Question

731 491 924 answers to any question