UX: re-hide hidden upload field (#31861)

follow-up to
6d92165ae7,
rehides this:


before:


![image](https://github.com/user-attachments/assets/34f07b8c-a547-476f-bfc4-ba92bd6f056e)


after: 


![image](https://github.com/user-attachments/assets/d2f18305-75e0-47f2-9ef9-d3a3a31d43d6)
This commit is contained in:
Kris
2025-03-17 14:54:37 -04:00
committed by GitHub
parent 7b874b6a85
commit 2e2e2b37ff

View File

@ -122,3 +122,8 @@
top: 0%;
}
}
.hidden-upload-field {
visibility: hidden;
position: absolute;
}