- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
13 lines
630 B
Markdown
13 lines
630 B
Markdown
---
|
|
id: ac84a8fb-634c-40eb-98e0-084932968502
|
|
type: solution
|
|
title: "NPC sheet scrollbar with ApplicationV2 PARTS"
|
|
tags: [vagabond-rpg, foundryvtt, css, fix]
|
|
importance: 0.6
|
|
confidence: 0.8
|
|
created: "2025-12-18T19:47:29.616449+00:00"
|
|
updated: "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.
|