footer {
    position: fixed;
    height: 50px;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    padding: 10px;
    background: #e2e2e2;
}

#debug-icon {
    opacity: 0%;
}