Thread Starter
oftenk
(@oftenk)
Oop– sorry, I’ve got it. (For future reference, it was under #page in the stylesheet. The margin had been set to auto, so I just deleted that.)
To fix the background so it doesn’t scroll, throw this bit of code in with the rest of the background properties:
background-attachment: fixed;
That should do the trick.