Skip to content

Commit 93dea7e

Browse files
committed
v1.6.2
1 parent f3a2eb7 commit 93dea7e

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## v1.6.2
4+
Fixed z-index for the message.
5+
36
## v1.6.1
47
Fixed height for long stacks.
58

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "show-js-error",
33
"description": "Show a message about a js error in any browser",
4-
"version": "1.6.1",
4+
"version": "1.6.2",
55
"main": [
66
"dist/show-js-error.js",
77
"dist/show-js-error.custom.js",

dist/show-js-error.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
font-family: Arial, sans-serif;
33
font-size: 12px;
44
position: fixed;
5-
z-index: 9999;
5+
z-index: 16000000;
66
bottom: 15px;
77
left: 15px;
88
visibility: hidden;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "show-js-error",
33
"description": "Show a message about a js error in any browser",
4-
"version": "1.6.1",
4+
"version": "1.6.2",
55
"author": {
66
"name": "Denis Seleznev",
77
"email": "[email protected]",

src/show-js-error.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
font-size: 12px;
55

66
position: fixed;
7-
z-index: 9999;
7+
z-index: 16000000;
88
bottom: 15px;
99
left: 15px;
1010

0 commit comments

Comments
 (0)