section.Context {
  align-self: flex-start;
  padding: 5px 2.5px 5px 5px;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 5px;
  overflow-y: auto;
  width: 370px;
  max-height: 100%;
  height: auto !important;
}
section.Workspace {
  border-radius: 2px;
}
