MacGapProject / MacGap2

MacGap 2
MIT License
1.2k stars 84 forks source link

postion:fixed issue still present #45

Open desduvauchelle opened 9 years ago

desduvauchelle commented 9 years ago

Hello,

I noticed you fixed the issue here: https://github.com/Macmee/macgap/commit/5abbb59aa0b9b322b60c625a1661a74498c5ef79

But I'm still having the issue. I'm just doing a simple iframe implementation with just this code: screen shot 2014-12-22 at 12 14 22

But when I scroll my headerbar and left menu go bunkers on me.

screen shot 2014-12-22 at 12 02 32

Thanks in advance for any tips :)

desduvauchelle commented 9 years ago

If any one in the future has the issue, someone mentioned doing: -webkit-transform: translateZ(0); On the fixed position. (Didn't work for me)

I actually ended up making a div inside the website scrollable instead of the whole page and it worked.