This fiddle demonstrates the issue: https://jsfiddle.net/nh7q9be4/
Blue translucent div has position
set to fixed
, but it is being positioned relative to the red div. How do I position it relative to the viewport?
This fiddle demonstrates the issue: https://jsfiddle.net/nh7q9be4/
Blue translucent div has position
set to fixed
, but it is being positioned relative to the red div. How do I position it relative to the viewport?