Skip to content

Commit 9357a48

Browse files
SeeWhatsOnBrian Vaughn
authored andcommitted
Fix for the standalone devtools not responding to clicks. (#17584)
1 parent 22ef96a commit 9357a48

File tree

1 file changed

+1
-0
lines changed
  • packages/react-devtools-shared/src/devtools/views

1 file changed

+1
-0
lines changed

packages/react-devtools-shared/src/devtools/views/DevTools.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
.TabContent {
3030
flex: 1 1 100%;
3131
overflow: auto;
32+
-webkit-app-region: no-drag;
3233
}
3334

3435
.DevToolsVersion {

0 commit comments

Comments
 (0)