2013-09-10

Jira: "No scrollbar" problem

Using Atlassian Jira, and an issue view page does not have scrollbars but it should?
You've got an email containing "overflow: hidden". Get rid of it.

This will list you all the issues where the description contains the offending CSS.
SELECT * FROM jiraissue
WHERE REGEXP_LIKE(description, 'overflow: *hidden', 'i');

No comments :

Post a Comment