:host {
  display: flex;
  align-items: flex-end;
  overflow-x: auto;

  ::ng-deep el-window:not(.full-screen) {
    margin: 0 2rem;
  }
}
