Skip to content

Commit

Permalink
fix(dropzone): add background-clip: padding-box
Browse files Browse the repository at this point in the history
  • Loading branch information
inikolova authored and joneff committed May 13, 2020
1 parent 328ae9e commit 4f4ee26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/default/scss/dropzone/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

// Dropzpne icon + hint + note wrapper
.k-dropzone-inner {
@include use-background-clip();
padding: $external-dropzone-padding-y $external-dropzone-padding-x;
width: 100%;
height: 100%;
Expand Down

0 comments on commit 4f4ee26

Please sign in to comment.