@media screen and (min-width: 1024px)
{
    body.sidebar-disabled footer.fixedToBottom, footer.ui.segment.fixedToBottom {  /* sidebar-enabled confuse the js and the footer is always shown */
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    body.sidebar-disabled  div.fixed-footer-helper-pusher {
        display: block;
    }
}

div.fixed-footer-helper-pusher {
    display: none;
}
