claude-memory/graph/solutions/npc-sheet-scrollbar-with-applicationv2-parts-ac84a8.md
Cal Corum b140d4d82a migrate: 313 memories from MemoryGraph
- 313 new markdown files created
- 30 relationships embedded
- 313 entries indexed
- State initialized with usage data
2026-02-13 11:11:48 -06:00

630 B

id type title tags importance confidence created updated
ac84a8fb-634c-40eb-98e0-084932968502 solution NPC sheet scrollbar with ApplicationV2 PARTS
vagabond-rpg
foundryvtt
css
fix
0.6 0.8 2025-12-18T19:47:29.616449+00:00 2025-12-18T19:47:29.616449+00:00

Fixed NPC actor sheet scrollbar in FoundryVTT v13. Key learnings: 1) Handlebars {{>}} partials conflict with ApplicationV2 PARTS system - inline content instead. 2) _configureRenderOptions must specify only parts defined in static PARTS object. 3) For scrollable content: use flex layout with flex:1, min-height:0, overflow-y:auto on body wrapper.