Skip to content

Commit

Permalink
fix: increase error overlay z-index (#10603)
Browse files Browse the repository at this point in the history
  • Loading branch information
yue1123 committed Oct 24, 2022
1 parent 0163abc commit 1157941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/client/overlay.ts
Expand Up @@ -9,7 +9,7 @@ const template = /*html*/ `
left: 0;
width: 100%;
height: 100%;
z-index: 99999;
--monospace: 'SFMono-Regular', Consolas,
'Liberation Mono', Menlo, Courier, monospace;
--red: #ff5555;
Expand Down

0 comments on commit 1157941

Please sign in to comment.