Skip to content

Commit

Permalink
fix(drop-area): added position:relative for upload-list (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
egordidenko authored Jan 24, 2025
1 parent 9355138 commit 8c7fa63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blocks/UploadList/upload-list.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
uc-upload-list {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
Expand Down

0 comments on commit 8c7fa63

Please sign in to comment.