I use flask-dropzone pypi package and I want to know how to edit the progress bar #2332
Answered
by
NicolasCARPi
AalbatrossGuy
asked this question in
Q&A
|
In a flask project, I'm using the package .dropzone .dz-preview .dz-progress {
opacity: 1;
z-index: 1000;
pointer-events: none;
position: absolute;
height: 16px;
left: 50%;
top: 180%;
margin-top: -8px;
width: 80px;
margin-left: -40px;
background: rgba(0, 255, 0, 0.6);
border-radius: 8px;
overflow: hidden
}Any help? |
Answered by
NicolasCARPi
May 5, 2025
Replies: 1 comment 1 reply
|
|
1 reply
Answer selected by
AalbatrossGuy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
flask-dropzoneis using a pretty old release of dropzone. See: helloflask/flask-dropzone#68 ;) Might help with your issue, or it might not.