.vlMask{
    background-color: rgba(0, 0, 0, .8);
    transition: opacity .3s ease;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    >div{
        outline: 0; //for when we focus for keypresses
    }
}
.vlDrawerClose{
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    font-size: 2rem;
    color: gainsboro;
}
.kompoDrawer{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 100vw;
    overflow-y: auto;
    background-color: var(--body-color);
}