Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b5afc22

Browse files
authored
Fix visible edge of crop area, closes #35
1 parent de306d3 commit b5afc22

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)