Skip to content

Commit eb137e2

Browse files
Fix: Radius does not clip canvas contents
on MacOS/iOS Safari alessiomaffeis#97
1 parent 6e200e2 commit eb137e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PictureInput.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,7 @@ export default {
592592
margin: 0 auto;
593593
cursor: pointer;
594594
overflow: hidden;
595+
transform: translate3d(0,0,0);
595596
}
596597
.picture-preview {
597598
width: 100%;

0 commit comments

Comments
 (0)