.crop-container {
    user-select: none;
    touch-action: none;
}

#editor-canvas {
    max-width: 100%;
    max-height: 100%;
    cursor: grab;
}

#editor-canvas:active {
    cursor: grabbing;
}

.preview-img {
    image-rendering: pixelated;
}
