I'm finding that Firefox (44.0.2) is rendering the box-shadow CSS very faint / light.
If you compare the difference between Chrome and Firefox it looks a lot lighter in Firefox. https://jsfiddle.net/8db8zr6q/
I was wondering if anyone has come across this problem before and if there is anything that can be done to fix the issue?
Current code:
.shadow {
height: 400px;
-webkit-box-shadow: inset 0px -200px 101px -52px rgba(0,0,0,1);
-moz-box-shadow: inset 0px -200px 101px -52px rgba(0,0,0,1);
box-shadow: inset 0px -200px 101px -52px rgba(0,0,0,1);
}
Image of issue: