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

IE 11 - Columns are thrown off at certain widths #21

Closed
derekwheee opened this issue Oct 17, 2014 · 2 comments
Closed

IE 11 - Columns are thrown off at certain widths #21

derekwheee opened this issue Oct 17, 2014 · 2 comments

Comments

@derekwheee
Copy link

This happens every few pixels as I resize the browser. Saturday and Sunday become extra wide, and the layout gets very weird.

image

@derekwheee
Copy link
Author

This seems to be an issue with the way IE rounds calc(). Using 99.99% instead of 100% fixes the issue:

.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
    width: calc(99.99%/7);
}

@deviprsd
Copy link
Contributor

refer #24
nothing is certain yet, you can try this also.

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

3 participants