- Shipped
- 18 Machi 2026, 03:33 UTC
- Author
- kamo
- Commit
- 8817fae
Fix editor component: - Wrap in flex column container so toolbar stays fixed and content area scrolls independently - Use position:relative on content wrapper so placeholder positions correctly without creating empty space - Use plain <span> for placeholder instead of MUI Box to avoid rendering issues - Remove fixed minHeight:400px, use 200px minimum instead Fix new/edit article pages: - Use flex column layout that fills the viewport - Metadata fields (title, slug, parent) in a horizontal row - Editor fills all remaining vertical space via flex:1 - Action buttons in top bar instead of bottom - Content scrolls inside the editor, page itself doesn't scroll