body::after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #fff; /* mesma cor do seu site */
    z-index: 999999;
}