ohbm / osr2022

0 stars 7 forks source link

Fix schedule buttons #37

Closed RaphaelMeudec closed 2 years ago

RaphaelMeudec commented 2 years ago

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:

image image image

vborghe commented 2 years ago

LGTM! @rgbayrak I let you the final verdict but huge thanks to @RaphaelMeudec already!