Page MenuHomePhabricator

Workboard printable is incomplete/empty
Closed, ResolvedPublic

Description

Steps:

  1. Go to any workboard.
  2. CTRL-P (or your favorite way to print)
  3. See the incomplete preview item.

Screen_Shot_2015-04-17_at_11.16.49_AM.png (1×2 px, 376 KB)

Revisions and Commits

Event Timeline

tiny-mouse raised the priority of this task from to Needs Triage.
tiny-mouse updated the task description. (Show Details)
tiny-mouse added a subscriber: tiny-mouse.

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.