#overflow
{
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    right: -100%;
    position: absolute;
    transition: right .3s ease;
    background-color: rgba(0,0,0,.5);
}

#overflow.collapsed
{
    right: 0;
}