chintanbanugaria / 92five

Self hosted project management application
Other
1.15k stars 207 forks source link

Update style.css to fix no scroll project dropdown in task view #96

Closed kennstphn closed 9 years ago

kennstphn commented 9 years ago

I noticed that the dropdown overflow was set to hidden. Jay McCaul had the same issue here --> http://forums.92fiveapp.com/?p=53-tasks-view-project-filter-drop-down

I've proposed changing line 1163 from overflow: hidden; to overflow: scroll;