diff --git a/api-editor/gui/src/common/StyledDropzone.tsx b/api-editor/gui/src/common/StyledDropzone.tsx index 43ce9dbf1..28821a348 100644 --- a/api-editor/gui/src/common/StyledDropzone.tsx +++ b/api-editor/gui/src/common/StyledDropzone.tsx @@ -18,6 +18,8 @@ export const StyledDropzone: React.FC = function ({ onDrop, borderColor={borderColor} backgroundColor={backgroundColor} textAlign="center" + cursor="pointer" + userSelect="none" > {({ getRootProps, getInputProps }) => (