software-project / scrum-pm

Scrum PM is a plugin for Redmine ticket management system. It adds Scrum items like backlog, dashboard and others.
www.software-project.eu/EN/scrumpm
126 stars 47 forks source link

Calendar is unreachable in "new task" dialog from Dashboard module #16

Closed rosenfeld closed 14 years ago

rosenfeld commented 14 years ago

The problem is that div.calendar has z-index set to 30 while the modal window is set to 10000.

Adding this to scrum.css solved the problem for me:

div.calendar{z-index:10001 !important;}/* Some modal window have z-index=10000 and depend on calendars */
software-project commented 14 years ago

Another thanks :)