.comm{
    width: 50px;
    height: 75.995px;
    flex-shrink: 0;
    filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.1));
    position: absolute;
    overflow: visible !important; /* Force overflow on Safari/Mac */
    contain: none; /* Disable layout containment that causes clipping */
    -webkit-transform-style: preserve-3d; /* Prevent Safari from flattening */
    transform-style: preserve-3d;
    isolation: auto; /* Don't create isolation context */
    will-change: transform; /* Hint to browser for optimization */
}
.comm:hover{
    cursor: grab;
}
.comm:active{
    cursor:grabbing;
    scale: 1.1;
}
