internal/dashboard/frontend/src/components/ChartSidebar.vue

<template>
  <aside
    class="flex max-h-[50vh] w-full shrink-0 flex-col overflow-hidden rounded-lg border border-stone-800 bg-stone-900 md:h-full md:max-h-none md:w-64"
  >
    <slot />
  </aside>
</template>