claude-memory/graph/fixes/spell-cast-dialog-buttons-and-scrollbar-fix-369f03.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

556 B

id type title tags importance confidence created updated
369f032e-a6f7-4ad9-a38c-945aa862cd98 fix Spell cast dialog buttons and scrollbar fix
vagabond-rpg
foundryvtt
fix
ui
0.5 0.8 2025-12-17T20:47:12.001050+00:00 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.