zudoku 0.4.2-dev.8 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2199,7 +2199,7 @@ const Ss = ({
2199
2199
  className: b(
2200
2200
  "scrollbar peer hidden lg:flex flex-col fixed text-sm overflow-y-auto shrink-0",
2201
2201
  "px-[--padding-nav-item] -mx-[--padding-nav-item] pb-20 mt-[--padding-content-top]",
2202
- "w-[--side-nav-width] h-full scroll-pt-2 gap-2",
2202
+ "w-[--side-nav-width] h-[calc(100%-var(--header-height))] scroll-pt-2 gap-2",
2203
2203
  t
2204
2204
  ),
2205
2205
  ref: r,
@@ -2246,7 +2246,7 @@ const Es = () => {
2246
2246
  "main",
2247
2247
  {
2248
2248
  className: b(
2249
- "dark:border-white/10 translate-x-0",
2249
+ "h-full dark:border-white/10 translate-x-0",
2250
2250
  "lg:overflow-visible",
2251
2251
  // This works in tandem with the `SidebarWrapper` component
2252
2252
  "lg:peer-data-[navigation=true]:w-[calc(100%-var(--side-nav-width))]",