Skip to content

Commit ea87259

Browse files
committed
include top,left in restore props until I can figure out a better way to keep positions for relative sizing
1 parent 269801a commit ea87259

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/effects.scale.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ $.effects.size = function(o) {
9090

9191
// Create element
9292
var el = $(this), props = ['position','top','left','width','height','overflow','opacity'];
93-
var props1 = ['position','overflow','opacity']; // Always restore
93+
var props1 = ['position','top','letf','overflow','opacity']; // Always restore
9494
var props2 = ['width','height','overflow']; // Copy for children
9595
var cProps = ['fontSize'];
9696
var vProps = ['borderTopWidth', 'borderBottomWidth', 'paddingTop', 'paddingBottom'];

0 commit comments

Comments
 (0)