Skip to content

Commit

Permalink
fix: overlay z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Dec 31, 2020
1 parent ff2b3ce commit 6b3278e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite/src/client/overlay.ts
Expand Up @@ -4,6 +4,7 @@ const template = /*html*/ `
<style>
:host {
position: fixed;
z-index: 99999;
top: 0;
left: 0;
width: 100%;
Expand Down

0 comments on commit 6b3278e

Please sign in to comment.