Skip to content

Commit 81344c3

Browse files
committed
Make box-shadow larger
1 parent dc9d10d commit 81344c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ class ImageCropElement extends HTMLElement {
232232
233233
:host([rounded]) .crop-box {
234234
border-radius: 50%;
235-
box-shadow: 0 0 0 500px rgba(0, 0, 0, 0.3);
235+
box-shadow: 0 0 0 4000px rgba(0, 0, 0, 0.3);
236236
}
237237
.crop-box {
238238
position: absolute;

0 commit comments

Comments
 (0)