Skip to content

Commit 86c6469

Browse files
committed
Merge pull request mailru#332 from iainbeeston/patch-1
Increased flash z-index to 2147483647
2 parents 76c490b + db3d8fc commit 86c6469

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/FileAPI.Flash.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
, width: 5
7878
, height: 5
7979
, position: 'absolute'
80-
, zIndex: 1e6+'' // set max zIndex
80+
, zIndex: 2147483647+'' // set max zIndex
8181
});
8282

8383
child.parentNode.insertBefore(dummy, child);
@@ -188,7 +188,7 @@
188188
, left: 0
189189
, width: target.offsetWidth
190190
, height: target.offsetHeight
191-
, zIndex: 1e6+'' // set max zIndex
191+
, zIndex: 2147483647+'' // set max zIndex
192192
, position: 'absolute'
193193
});
194194

0 commit comments

Comments
 (0)