body height not filling 100% page height July 21, 2023 by Tarik Looks like you have float:left applied on your children. Use this code : html, body { overflow: auto; }