Commit Graph

3 Commits

Author SHA1 Message Date
yyh
ff07ca97df
fix: prevent horizontal page scroll in skill editor layout
Add overflow-hidden to SkillPageLayout and min-w-0 to flex children
to ensure wide content (like SQLite tables with many columns) scrolls
internally rather than causing the entire page to scroll horizontally.
2026-01-22 16:13:09 +08:00
Joel
e40c2354d5 chore: remove useless props 2026-01-15 11:24:59 +08:00
Joel
ab531d946e feat: add main skill struct 2026-01-14 16:28:14 +08:00