Skip to content

Commit 1157941

Browse files
authoredOct 24, 2022
fix: increase error overlay z-index (#10603)
1 parent 0163abc commit 1157941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/vite/src/client/overlay.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const template = /*html*/ `
99
left: 0;
1010
width: 100%;
1111
height: 100%;
12-
12+
z-index: 99999;
1313
--monospace: 'SFMono-Regular', Consolas,
1414
'Liberation Mono', Menlo, Courier, monospace;
1515
--red: #ff5555;

0 commit comments

Comments
 (0)
Please sign in to comment.