There is a problem with
https://forge.indepnet.net/stylesheets/application.css

If the content on the page is really long, the background is still only
600px tall!

Line 60 is:
html>body #content { min-height: 600px; } 
* html body #content { height: 600px; } /* IE */

This should be changed to:
html>body #content { min-height: 600px; overflow:hidden; } 
* html body #content { height: 600px; overflow:hidden; } /* IE */

Ryan

_______________________________________________
Glpi-dev mailing list
Glpi-dev@gna.org
https://mail.gna.org/listinfo/glpi-dev

Reply via email to