Home › Forums › CSS › [Solved] rbga tranparency or something else? › Reply To: [Solved] rbga tranparency or something else?
January 30, 2015 at 6:11 pm
#194737
Participant
The element .flexcontainer
has some CSS that is adding a semi transparent black background to everything. With it’s opacity set to 0.5, this is causing the additional ‘grey’ to show up.
Edit – the grey will always start showing from the bottom of the screen on because the background image has it’s height set to 100% (which is the screen height). So it’ll vary on different devices.