From b834f86a53f0f66eae3a65d3d2801f45a7d02ad8 Mon Sep 17 00:00:00 2001 From: Katharina Sick Date: Mon, 10 Nov 2025 16:31:49 +0100 Subject: [PATCH] fix: fix logviewer selection behavior Signed-off-by: Katharina Sick --- packages/core-components/src/components/LogViewer/styles.ts | 1 - 1 file changed, 1 deletion(-) 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),