hackundsoehne / och-website

Open Codes Hackathon Website
https://opencodes.io
Apache License 2.0
2 stars 2 forks source link

Background scrolling #3

Closed reiner-dolp closed 6 years ago

reiner-dolp commented 7 years ago

As discussed with @jundl77, the background scrolling is very unusual on mobile.

Problem is the combination of height: 100% and background-attachement: fixed on the body tag. While fixing this is easy, the background just looks weird because the lines end suddenly somwhere in the page. The background image should be tileable along the y-dimension on mobile and desktop.

reiner-dolp commented 7 years ago

We could also try to fade the background to white using a transparent->white gradient.