mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-05-17 10:29:49 -05:00
f7fc0794c9
Fixed modal being unresponsive when clicking task titles in kanban board. Modal was nested in containers causing z-index stacking issues. - Moved modal to body element before showing (Bootstrap requirement) - Set proper z-index hierarchy (backdrop: 1040, modal: 1050-1057) - Ensured pointer-events: auto on all modal dialogs