- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
630 B
630 B
| id | type | title | tags | importance | confidence | created | updated | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ac84a8fb-634c-40eb-98e0-084932968502 | solution | NPC sheet scrollbar with ApplicationV2 PARTS |
|
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.