Closed garaemon closed 9 years ago
Hi. Thank you for your report and patch! I'll check it.
By applying this patch, shiba can generate pdf like following (with default README.md):
But I'm afraid this patch is too tricky...
I tried the patch. But it can't be merged because drawer and preview are scrolled synchronously. I think printer feature of Chrome has a collision with Polymer's drawer component.
hmm, tough issue :sob:
Can you create a print-only style-sheet that only applies to printing? Would that help?
media query may help to solve this issue. I'll try it!
media query may help to solve this issue. I'll try it!
:four_leaf_clover: good luck!
media query may help to solve this issue. I'll try it!
:clap: awesome!
Sorry for the delay. I fixed as below.
thanks this is fantastic. :+1: :trophy:
I found printing does not work on shiba because of
overflow: auto
.Scroll bar of shiba comes from
overflow: auto
but it may hide second and subsequent sheets.This patch may resolve this issue but I don't know this is correct way to fix the issue.