Skip to content

Commit 2c9a461

Browse files
committed
Merge pull request #380 from BHSPitMonkey/patch-1
Prevent application from covering up webpack errors
2 parents fcd7b7e + 4fda020 commit 2c9a461

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ html {
3939
height: -o-calc(100% - 30px);
4040
height: calc(100% - 30px);
4141
border: 0;
42+
z-index: -1;
4243
}
4344

4445
#errors {

0 commit comments

Comments
 (0)