Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When printing scheduler's timeline view, table header containing time is not showing #185

Closed
anton-bot opened this issue Jun 7, 2016 · 2 comments

Comments

@anton-bot
Copy link

anton-bot commented Jun 7, 2016

Bug can be reproduced with this demo; tested in Firefox and Chrome:

  1. When in 1-day or 3-day view, go to print preview or switch to emulated print media.
  2. The column headers that show the time, such as "5am", will not show. Expected: they would show.

Cause:

There is a margin of -17px applied inline to fc-scroller:

<div class="fc-scroller" style="overflow-x: scroll; overflow-y: hidden; margin: 0px 0px -17px;">

Possible solution:

In fullcalendar.print.css, add:

.fc-scroller {
    margin: 0px !important;
}
@arshaw
Copy link
Member

arshaw commented Jun 8, 2016

thanks for the code pointers. i will reference this when attacking this issue. but this is a duplicate:
https://github.com/fullcalendar/fullcalendar-scheduler/issues/83

Could you please visit the link, give a 👍 to vote (?), press the 🔈Subscribe button to receive updates?

@arshaw arshaw closed this as completed Jun 8, 2016
@arshaw
Copy link
Member

arshaw commented Jun 8, 2016

could you please post a screenshot in #83?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants