- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
13 lines
556 B
Markdown
13 lines
556 B
Markdown
---
|
|
id: 369f032e-a6f7-4ad9-a38c-945aa862cd98
|
|
type: fix
|
|
title: "Spell cast dialog buttons and scrollbar fix"
|
|
tags: [vagabond-rpg, foundryvtt, fix, ui]
|
|
importance: 0.5
|
|
confidence: 0.8
|
|
created: "2025-12-17T20:47:12.001050+00:00"
|
|
updated: "2025-12-17T20:47:12.001050+00:00"
|
|
---
|
|
|
|
Fixed spell cast dialog favor/hinder buttons by removing duplicate event listeners - parent class already adds them via super._onRender(). Added scrollbar support to all roll dialogs with overflow-y: auto, max-height: 80vh, and custom scrollbar styling on .window-content element.
|