Open Bug 1427013 Opened 6 years ago Updated 4 years ago

Fix duplicate overflow-x CSS property that prevents printing more than the 1st page

Categories

(Tree Management :: Treeherder: Frontend, enhancement, P5)

enhancement

Tracking

(Not tracked)

People

(Reporter: MatsPalmgren_bugz, Unassigned)

References

()

Details

(spawned off from bug 1426820)

This rule inhibits printing more than one page:

html, body {
	height: 100%;
	font-size: 14px;
	line-height: 1.42;
	overflow-x: hidden;
}

You can fix it by specifying 'overflow-x' for body OR html,
but not for both.
Does this affect anything other than printing? :-)
Flags: needinfo?(mats)
Probably not.  It should still be fixed though, IMO.
Flags: needinfo?(mats)
Priority: -- → P5
Summary: only print 1st page → Fix duplicate overflow-x CSS property that prevents printing more than the 1st page
See Also: → 1444789

Can I work on this issue? Please explain me how to proceed with this issue.

You need to log in before you can comment on or make changes to this bug.