html, body, #app {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
}

#app {
  display: flex;
}
