jaywyeee / arknights-calendar

Event schedules of Arknights
https://ak.jaywye.ee/calendar
MIT License
15 stars 3 forks source link

Scrolling the page does not hide the address bar on mobile #5

Open jaywyeee opened 2 years ago

jaywyeee commented 2 years ago

This is caused by the main event containers being separate and being absolutely positioned on top of the body. The reason for this is to enable the swiping behavior, which is done by stacking the different schedules on top of each other and fading them. I remember this being done due to performance issues, but since it causes the issue above, it should be revisited.