Fixed delete menu hover issue (#4297)

This commit is contained in:
Rajat Dabade 2022-12-20 01:14:31 +05:30 committed by GitHub
parent b63542fb63
commit 16095fd2e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,7 @@
}
.delete-menu {
display: none;
margin-top: -30px;
}
@ -73,6 +74,10 @@
.fileElement-menu-icon {
display: block;
}
.delete-menu {
display: block;
}
}
.progress {