.moveable {
    position: absolute;
    z-index: 1000;
    top: 100px;
    left: 100px;
    touch-action: pinch-zoom;
}

.moveable:hover {
    cursor: move;
}