-
v1.0.9 Stable
released this
2025-12-07 07:34:01 +01:00 | 700 commits to main since this releaseWhat'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
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- refactor(layout): Replace min-height with fixed height and add flex layout for proper scrolling (