.user-presence-cursor {
    transition: top .07s, left .07s;
    transition-timing-function: cubic-bezier(.42,0,.58,1);

    z-index: 99999;
}

.user-presence-box {
    transition: width .07s, height .07s, top .07s, left .07s;

    z-index: 99999;
}