From a08f5d22cd1de1c68c29ff5266c97e957b0c4339 Mon Sep 17 00:00:00 2001 From: Damian Stasik <920747+damianstasik@users.noreply.github.com> Date: Fri, 1 Aug 2025 18:30:16 +0200 Subject: [PATCH] Prevent text selection when resizing the devtools container --- packages/devtools/src/styles/use-styles.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/devtools/src/styles/use-styles.ts b/packages/devtools/src/styles/use-styles.ts index 29f367a8..103ff66b 100644 --- a/packages/devtools/src/styles/use-styles.ts +++ b/packages/devtools/src/styles/use-styles.ts @@ -90,6 +90,7 @@ const stylesFactory = () => { width: 100%; height: 4px; cursor: row-resize; + user-select: none; z-index: 100000; &:hover { background-color: ${colors.purple[400]}${alpha[90]};