.app {
  flex-grow: 1;
  display: flex;
  height: 100%;
  .view {
    flex-grow: 1;
    width: 100%;
    display: flex;
  }
}
