The problem was that eventable loads iframes that do not properly load when you use display:none; property in the css. This is what we use to display only the selected day.
I've moved to a kind of hacky but working solution where we just display all the elements but far away from the screen, and only the current day appears in the right place. Here are some screenshots:
Fixes #33
The problem was that eventable loads iframes that do not properly load when you use display:none; property in the css. This is what we use to display only the selected day.
I've moved to a kind of hacky but working solution where we just display all the elements but far away from the screen, and only the current day appears in the right place. Here are some screenshots: