html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

:host {
  display: block;
  height: 100%;
  width: 100%;
}

.container {
  height: 100%;
  display: flex;
}
.container .scroll-container {
  width: 100%;
  overflow-y: auto;
}