how to set full page width and height ?

how to set full page widht and height ?

i have been told that using
body {
  width: 100%;
  min-height: 100vh;
  margin: 0;
}

this is not correct all the time ?
can someone explain me this pls
Was this page helpful?