.AppView {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.AppView .NetworkView {
  flex-grow: 1;
  height: 0;
}