diff --git a/apps/web/src/components/ui/report/EditorContainer.tsx b/apps/web/src/components/ui/report/EditorContainer.tsx index 1aec55b16..0e3d2ca87 100644 --- a/apps/web/src/components/ui/report/EditorContainer.tsx +++ b/apps/web/src/components/ui/report/EditorContainer.tsx @@ -26,8 +26,8 @@ const editorContainerVariants = cva( 'has-data-readonly:w-fit has-data-readonly:cursor-default has-data-readonly:border-transparent has-data-readonly:focus-within:[box-shadow:none]' ) }, - readOnly: { - true: 'cursor-text' + readonly: { + true: 'cursor-default pointer-events-none user-select-none' } }, defaultVariants: { diff --git a/apps/web/src/components/ui/report/ReportEditor.tsx b/apps/web/src/components/ui/report/ReportEditor.tsx index 2e31f5d97..49b35ba07 100644 --- a/apps/web/src/components/ui/report/ReportEditor.tsx +++ b/apps/web/src/components/ui/report/ReportEditor.tsx @@ -120,7 +120,6 @@ export const ReportEditor = React.memo( return (