Skip to content

Commit

Permalink
[css:common] optimize of drag helper
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed May 28, 2016
1 parent 9416f9e commit 6d1cf0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,13 @@

/* drag helper */
.elfinder-drag-helper {
top: 0px;
left: 0px;
width:70px;
height:60px;
padding:0 0 0 25px;
z-index:100000;
will-change: left, top;
}
.elfinder-drag-helper.html5-native {
position: absolute;
Expand Down

0 comments on commit 6d1cf0a

Please sign in to comment.