• v1.0.9 92e6f4d189

    v1.0.9 Stable

    Ghost released this 2025-12-07 07:34:01 +01:00 | 700 commits to main since this release

    What's Changed

    • refactor(layout): Replace min-height with fixed height and add flex layout for proper scrolling (2ae3422)
      • Change body from min-h-screen to h-screen with overflow-hidden
      • Replace container mx-auto with full width/height flex column layout
      • Wrap children in flex-1 min-h-0 div to enable proper overflow handling in nested components
    Downloads