Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: core
-
Labels:
-
Environment:1.594
-
Similar Issues:
Description
#footer-container is defined as
position: absolute;
but must be
position: fixed;
because footer moves up when any page is vertically scrolled.
The idea is that we don't want footer to be visible all the time, because it doesn't add much useful information. I also couldn't reproduce the problem.
I suspect e2ec9eb3c23a6b4f63c338e634d647486a136f7b has fixed this issue, which went into 1.598. And since the left sidebar is float, if this problem resurfaces, I wonder if we can fix it by just adding "clear:both" on #footer-container.