Steps:
- Go to any workboard.
- CTRL-P (or your favorite way to print)
- See the incomplete preview item.
| tiny-mouse | |
| Apr 17 2015, 6:21 PM |
| F374767: Screen_Shot_2015-04-17_at_11.16.49_AM.png | |
| Apr 17 2015, 6:21 PM |
Steps:
| rP Phabricator | |||
| D15205 | rP73f5ff065929 Make printing workboards work OK | ||
The position: static; in this rule causes the issue:
/* Fixes so pages actually print when magic scrollbar is present */
!print .main-page-frame {
position: static;
overflow: visible;
}...but I don't immediately see an easy way to fix it.
@chad, does this mean there is no fix for this?
where is the file that consist of this position: static located at?
I fooled around with this and @epriestley's fix to no resolution. If you find a fix you are welcome to submit a patch.