.ms-item {
    position: fixed;
    pointer-events: none;
    z-index: 99999;
    max-width: 60px;
    max-height: 60px;
    width: auto;
    height: auto;
    -webkit-user-select: none;
    user-select: none;
}
