rikmms / progress-bar-4-axios

Slim progress bar (NProgress) for Web applications that use Axios library for HTTP requests
MIT License
246 stars 32 forks source link

Is there any ways to block the UI while progress bar loads #9

Open nikhilpatteri opened 5 years ago

nikhilpatteri commented 5 years ago

Is there any option to block the UI while an http call is being made through axios?

mjjf commented 5 years ago

Try adding this to your css file:

/ Loading Bar /

nprogress {

pointer-events: all; z-index: 99999; border: none; margin: 0px; padding: 0px; width: 100%; height: 100%; top: 0px; left: 0px; cursor: wait; position: fixed; background-color: rgba(0, 0, 0, 0.6); }