Skip to content

Commit a122453

Browse files
committed
- 100px
1 parent c8b1aed commit a122453

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
@@ -186,8 +186,8 @@
186186
_css(dummy, {
187187
top: 0
188188
, left: 0
189-
, width: target.offsetWidth + 100
190-
, height: target.offsetHeight + 100
189+
, width: target.offsetWidth
190+
, height: target.offsetHeight
191191
, zIndex: 1e6+'' // set max zIndex
192192
, position: 'absolute'
193193
});

0 commit comments

Comments
 (0)