.home-page-block-layout {
  border: 2px solid #d1d1d1;
  border-radius: 8px;
  margin-bottom: 32px;
  padding: 24px;
  background: #fafafa;
}
#drupal-off-canvas {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#drupal-off-canvas .block-categories {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  order: 1;
}

/* Move the "Create content block" button to the bottom */
#drupal-off-canvas .inline-block-create-button {
  order: 2;
  margin-top: auto;
  margin-bottom: 1rem;
  align-self: stretch;
  padding: 1rem;
  border-top: 1px solid #eee;
  background: #f9f9f9;
  font-weight: bold;
  text-align: center;
}