Fixes T7115, at least for me. Unclear if this is the "correct" fix.
Details
Details
- Reviewers
epriestley - Maniphest Tasks
- T7115: Unable to print any page
- Commits
- Restricted Diffusion Commit
rP9df4cb37d405: Fix printing with new scroll
Try to print, get page.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Use !print on these rules instead of @media print, so ?__print__=1 also activates these rules.
https://secure.phabricator.com/book/phabcontrib/article/css_coding_standards/#printable-rules
e.g.
!print .main-page-frame { ... }
Comment Actions
Oh let me try again, I mucked with printable at first, but couldn't find the magic sauce.