Skip to content

Commit b4318bd

Browse files
authored
Merge pull request #10 from damianstasik/patch-1
Prevent text selection when resizing the devtools container
2 parents d2de622 + a08f5d2 commit b4318bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/devtools/src/styles/use-styles.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ const stylesFactory = () => {
9090
width: 100%;
9191
height: 4px;
9292
cursor: row-resize;
93+
user-select: none;
9394
z-index: 100000;
9495
&:hover {
9596
background-color: ${colors.purple[400]}${alpha[90]};

0 commit comments

Comments
 (0)