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

Week view height issues on Chrome and Firefox #35

Closed
GabiAxel opened this issue Feb 4, 2016 · 5 comments
Closed

Week view height issues on Chrome and Firefox #35

GabiAxel opened this issue Feb 4, 2016 · 5 comments

Comments

@GabiAxel
Copy link

GabiAxel commented Feb 4, 2016

Greetings. I am trying to use BigCalendar with no toolbar and with absolute positioning to fill part of a flexbox layout page. Month view looks good on all browsers I tested, but week view produces the following issues:

  • On Firefox there is no scrollbar. I also noticed that in the live example on Firefox week mode has no scrollbar and the calendar overlaps the docs part after it.
  • On Chrome resizing the window messes the calendar - reducing the window height also reduces the height of the "all day" row, and increasing the window height does not affect the calendar, leaving blank part below it.

On Safari and Opera I encountered no issue with week view.

@jquense jquense closed this as completed in 2dc61ec Feb 4, 2016
@GabiAxel
Copy link
Author

GabiAxel commented Feb 4, 2016

Thanks. That solved the Firefox problem. Should I open a separate issue for the Chrome window resizing problem?

@jquense
Copy link
Owner

jquense commented Feb 4, 2016

sorry missed that second one, the joys of using newer web tech...every browser disagrees

@jquense jquense reopened this Feb 4, 2016
@GabiAxel
Copy link
Author

GabiAxel commented Feb 4, 2016

I got a direction. Adding the following seem to fix it:
.rbc-time-header { height: 60px; } .rbc-time-content { flex: 1; }

@jquense jquense closed this as completed in 4eeacd4 Feb 4, 2016
@jquense
Copy link
Owner

jquense commented Feb 4, 2016

Thanks for the hint, that was very helpful :)

@GabiAxel
Copy link
Author

GabiAxel commented Feb 4, 2016

Great, that did it, thanks.

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