Static GitHub Issues

[2317] Remove #__nuxt div

prev: Layout in Layout
next: env after build

My nuxt application always has a div with the id __nuxt inside <body>. Is it possible to remove this div? Why is it needed?

Reason: For me it was important to add this css to get my divs to 100% height:

#__nuxt {
  height: 100%
}

This wouldn't be needed if the __nuxt div does not exist.

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2021">#c2021</a>)</em></sub></div>