Skip to content

Commit 488e613

Browse files
Update documentation, make CSS relative
1 parent bb7c6ee commit 488e613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ angular.module('myApp', ['angular-loading-bar'])
106106
Also keep in mind you'll likely want to change the CSS to reflect it's new position, so you'll need to override the default CSS:
107107
```css
108108
#loading-bar .bar {
109-
position: absolute;
109+
position: relative;
110110
}
111111
```
112112

0 commit comments

Comments
 (0)