MyBB Community Forums

Full Version: Footer stays on top when Scrolling
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Okay so to keep it simple I had an issue when the footer did not stay at the bottom of the page which you can read 

here :https://community.mybb.com/thread-209477.html

Someone supported me with fixing it and now the footer is at the bottom but I have another issues with it.
The person told me to add.
positionfixed; to my #footer .upper {

The footer scrolls with my mouse like it stays on top of the page you can see here. http://corrupt.zone/



How am I able to fix this? I tried everything I could think of if. If I change the positionfixed; part it does fix it. But it makes the footer to displayed at the end of the content and not fixed to the bottom of the page. For example if the content is shorter than the monitor's height such as the Change Password page, the footer will appear right under the content 
you can try adding minimum height for the content element (global.css - line 51)
#content {min-height: 460px;
(2017-04-02, 07:59 AM).m. Wrote: [ -> ]you can try adding minimum height for the content element (global.css - line 51)
#content {min-height: 460px;

Did not work :/
Any other suggestions ? 
Also if any staff want to take a look at it send me a pm I will give you admin account.
have you added suggested style property to #content in global.css ? does it still exist ?