rstacruz / nprogress

For slim progress bars like on YouTube, Medium, etc
http://ricostacruz.com/nprogress
MIT License
26.09k stars 1.81k forks source link

Add feature to disable page #162

Open pauloanalista opened 7 years ago

pauloanalista commented 7 years ago

It would be interesting to put a property that allows to disable the background content, so the user could not manipulate the screen controls

michaelbull commented 7 years ago
.nprogress-busy  {
  cursor: wait;

  body {
    pointer-events: none;
  }
}