fix: file drag-n-drop issue (#923)

This commit is contained in:
Aman Harwara
2022-03-14 17:16:25 +05:30
committed by GitHub
parent a1c7ad7d7e
commit 7e67061097
3 changed files with 54 additions and 30 deletions

View File

@@ -1013,3 +1013,7 @@
transform: translateY(0%);
}
}
.z-index-1001 {
z-index: 1001;
}