If you're running into trouble from this behavior-difference in a real webpage, and you want the gradient to show up, you just need to ensure it's not zero height.
So you could e.g. add `html { min-height:1px }` to work around this, and that should fix things for you.
Bug 1729354 Comment 5 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
If you're running into trouble from this behavior-difference in a real webpage that you're developing, and you want the gradient to show up, you just need to ensure it's not zero height.
So you could e.g. add `html { min-height:1px }` to work around this, and that should fix things for you.
If you're running into trouble from this behavior-difference in a real webpage that you're developing, and you want the gradient to show up, you just need to ensure the html element is not zero height.
So you could e.g. add `html { min-height:1px }` to work around this, and that should fix things for you.