Skip to content

Commit

Permalink
fix: element selector z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
Kholid060 committed Nov 27, 2021
1 parent fcd2db9 commit e453997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/element-selector/ElementSelector.ce.vue
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ window.addEventListener('mousemove', handleMouseMove);
top: 0;
left: 0;
pointer-events: none;
z-index: 99999;
z-index: 999999999;
color: #18181b;
font-size: 16px;
box-sizing: border-box;
Expand Down

0 comments on commit e453997

Please sign in to comment.