Skip to content

Instantly share code, notes, and snippets.

@voznik
Created March 23, 2016 14:55
Show Gist options
  • Save voznik/4425dbdb63493ff66ec3 to your computer and use it in GitHub Desktop.
Save voznik/4425dbdb63493ff66ec3 to your computer and use it in GitHub Desktop.
angular-loading-bar overlay
#loading-bar {
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);
}
@voznik
Copy link
Author

voznik commented Mar 23, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment