
  .docs-layout-root.svelte-1bpnej [data-slot="sidebar-container"] {
    top: 60px !important;
    height: calc(100svh - 60px) !important;
    z-index: 20 !important;
  }

  /* (unused) .docs-inset {
    overflow-y: auto;
  }*/

  .docs-header.svelte-1bpnej {
    display: flex;
    align-items: center;
    height: 56px;
    border-bottom: 1px solid hsl(var(--border));
    background: hsl(var(--background));
    position: sticky;
    top: 0;
    z-index: 10;
  }

  .docs-body.svelte-1bpnej {
    flex: 1;
  }
