Toga-Hacks-I / Toga-Hacks-Website

The landing site for the TogaHacks I Hackathon, coming April 2020
https://togahacks.com
MIT License
2 stars 0 forks source link

Not all slant dividers show up #39

Closed masonwang025 closed 4 years ago

masonwang025 commented 4 years ago

Only half of the slant dividers show up. This is because of the fadeInUp. Slants currently work as follows: element height is increased using padding, top-margin decreased (to cover for the slanted element above), and a slant is cut from the bottom of this element. The problem is that fadeInUp seems to change the z-index so that it shows above other elements. This is not a problem if there is no background. However, the sections-with-bg do have backgrounds, so they will cover the slant above, therefore appearing to be flat.

masonwang025 commented 4 years ago

looks good, no need to worry