Skip to content

Commit

Permalink
sink block zIndex -1 is not good
Browse files Browse the repository at this point in the history
  • Loading branch information
balibell committed Oct 17, 2013
1 parent 257ab26 commit 4ab449a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/woo.js
Original file line number Diff line number Diff line change
Expand Up @@ -1872,7 +1872,7 @@


// 要添加的节点外层字符串
addf = '<div class="woo woo-f sc'+masn.screen+' co'+minI+' '+(colwf?'woo-spcol':'')+'" data-ht="'+ht+'" style="position:absolute;z-index:-1;overflow:hidden;top:'+minY+'px;left:'+left+'px;width:'+(masn.firstWidth-c.columnMargin)+'px;"></div>',
addf = '<div class="woo woo-f sc'+masn.screen+' co'+minI+' '+(colwf?'woo-spcol':'')+'" data-ht="'+ht+'" style="position:absolute;overflow:hidden;top:'+minY+'px;left:'+left+'px;width:'+(masn.firstWidth-c.columnMargin)+'px;"></div>',

strwrap += addf;

Expand Down

0 comments on commit 4ab449a

Please sign in to comment.