diff --git a/packages/core-components/src/components/LogViewer/styles.ts b/packages/core-components/src/components/LogViewer/styles.ts index c093c43862..83fb3a84ad 100644 --- a/packages/core-components/src/components/LogViewer/styles.ts +++ b/packages/core-components/src/components/LogViewer/styles.ts @@ -103,7 +103,6 @@ export const useStyles = makeStyles( flexShrink: 0, color: colors.blue[300], borderRight: `1px solid ${colors.blue[700]}`, - userSelect: 'none', }, textHighlight: { background: alpha(theme.palette.info.main, 0.15),