I am struggling with positioning a fixed footer in a div. Despite applying bottom: 0px; position: fixed;
, the footer ends up at the bottom of the page and doesn't stay fixed within the div. This issue is really frustrating me, as I usually have a good grasp on these concepts. Take a look at my code on this JSFiddle link and let me know what you think might be causing the problem.