--- 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.