Skip to content

Commit 2652fda

Browse files
committed
fixed a bug
1 parent 9f84da2 commit 2652fda

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/styles/components.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,13 @@
113113
inset: 0;
114114
opacity: 0;
115115
cursor: pointer;
116+
z-index: 1;
117+
}
118+
119+
.drop-zone-icon,
120+
.drop-zone h3,
121+
.drop-zone p {
122+
pointer-events: none;
116123
}
117124

118125
/* ===== FILE LIST ===== */

0 commit comments

Comments
 (0)