.bg__playlist-dropdown {
    z-index: 1000;
    position: absolute;
    width: auto;
    max-width: 60vw;
    top: 46px;
    max-height: 50vh;
    overflow-y: auto;
    box-shadow: 2px 5px 10px rgba($clDark, 0.2);
    user-select: none;

    // may change if playlist label changes
    left: 90px;
}
