We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68155c5 commit 2f93070Copy full SHA for 2f93070
packages/devtools/src/runtime/plugins/view/client.ts
@@ -201,6 +201,8 @@ export async function setupDevToolsClient({
201
Object.assign(component.style, {
202
zIndex: 999999,
203
position: 'fixed',
204
+ left: '0',
205
+ top: '0',
206
})
207
component.addEventListener('close', () => {
208
props.matched = undefined
0 commit comments