Skip to content

Commit

Permalink
Fix yui#1124 - A User is unable to reduce the size of a Resize node a…
Browse files Browse the repository at this point in the history
…fter plugging the resize with Y.Plugin.ResizeProxy
  • Loading branch information
pei-jung authored and Jonathan Mak committed Jan 20, 2016
1 parent c449d45 commit 85d41ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dd/js/ddm.js
Expand Up @@ -98,7 +98,7 @@
top: '0',
left: '0',
position: 'absolute',
zIndex: '9999',
zIndex: '99999',
overflow: 'hidden',
backgroundColor: 'red',
display: 'none',
Expand Down

0 comments on commit 85d41ff

Please sign in to comment.