Skip to content

Commit 2f93070

Browse files
committed
fix: inspect panel position
1 parent 68155c5 commit 2f93070

File tree

1 file changed

+2
-0
lines changed
  • packages/devtools/src/runtime/plugins/view

1 file changed

+2
-0
lines changed

packages/devtools/src/runtime/plugins/view/client.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ export async function setupDevToolsClient({
201201
Object.assign(component.style, {
202202
zIndex: 999999,
203203
position: 'fixed',
204+
left: '0',
205+
top: '0',
204206
})
205207
component.addEventListener('close', () => {
206208
props.matched = undefined

0 commit comments

Comments
 (0)