Skip to content

Commit 461e3ca

Browse files
committed
Fix #1 reduce upload button z-index
1 parent b45f5b3 commit 461e3ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/vue-file-agent.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@
8383
z-index: 11;
8484
}
8585

86+
.vue-file-agent .file-preview-new .file-preview {
87+
z-index: 8;
88+
}
89+
8690
.vue-file-agent .file-preview .file-name {
8791
position: absolute;
8892
top: 0;

0 commit comments

Comments
 (0)