:host {
  overflow: hidden;
  display: flex;
  flex-direction: column;

  width: 100%;
  height: 100vh;
}

.page-body {
  position: relative;
  overflow: hidden;
  flex: 1 1 0;
}
