Skip to content

Commit

Permalink
fix: ImagePreview fix long picture display problem (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
TinaPeach authored Jul 3, 2023
1 parent daa8f67 commit 3df1f71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/arcodesign/components/image-preview/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
height: 100%;
will-change: transform;

.image-container {
overflow: visible;
}

&.preview-hidden {
pointer-events: none;

Expand Down

0 comments on commit 3df1f71

Please sign in to comment.