Skip to content

Commit 6161405

Browse files
authored
Merge pull request #36 from simonw/patch-1
Fix visible edge of crop area on wider images
2 parents de306d3 + b5afc22 commit 6161405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ image-crop .crop-outline {
4141
bottom: 0;
4242
left: 0;
4343
right: 0;
44-
outline: 600px solid rgba(0, 0, 0, .3);
44+
outline: 4000px solid rgba(0, 0, 0, .3);
4545
}
4646
image-crop .handle { position: absolute; }
4747
image-crop .handle:before {

0 commit comments

Comments
 (0)