Open lz100 opened 4 years ago
I tested with your waitress demo and found the same thing. I think it is not special to my code.
I can see the progress bar goes off if I scroll the page when it is running.
Indeed, I had not noticed, thank you for reporting this, I'll look into it.
I made some other tests and found that waitress on button has the same issue but a little different.
The progress bar is fixed at a certain window location. It is not responsive. If I scroll or enlarge the window, the progress bar is not moving with the notification bar.
I inspected the html and it comfirms: You can see the left, top of notification div is set to
auto
but the progress bar div is set to a fixed numberThis is my code to start waitress
Is this a bug?