Here is the code I'm working with:
The fixed element in the code bounces up and down when scrolling, but this issue only occurs in Internet Explorer. The blurred background effect I have doesn't seem to be affecting it.
If I remove the margin: 0px;
from the body
, the bouncing stops.
I would prefer to set the margin using *{margin: 0px;}
if possible.
However, having the margin specified is necessary because without it, there are margins appearing on the top and left sides.
Does anyone have any ideas on how to resolve this issue?