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

  min-height: 0;
}

.toolbar {
  margin-top: 5px;
  margin-bottom: 5px;

  &:empty {
    margin-top: 0;
    margin-bottom: 0;
  }
}
