.drawer-content-container {
  padding: calc(var(--base) * 2) var(--gutter-h);
  display: flex;
  flex-direction: column;
  overflow: auto;
}
