Skip to content

Commit 8671ef9

Browse files
committed
Fix for the standalone devtools not responding to clicks.
1 parent 12c0004 commit 8671ef9

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)