When a page is very long
When a page is very long there happens a bug related to background. After a certain point a repeating background will stop repeating
It needs to be a very long page, something like maybe 30.000 pixels high. After that point the background stops
Someone has probably seen this bug before. Do you know if there is a solution?
TY
It needs to be a very long page, something like maybe 30.000 pixels high. After that point the background stops
Someone has probably seen this bug before. Do you know if there is a solution?
TY
Comments
Typical Mozilla comment: "We don't need any further updates on this not being fixed, this bug is still open indicating that it is not fixed."
Use a background-color so that when the background-image stops your text is still readable.
background-attachment: fixed !important;
not scroll!