Skip to content

Commit 0b0623f

Browse files
authored
Merge pull request #18 from piccard21/develop
readme
2 parents c8b4776 + 5ee870f commit 0b0623f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,13 @@ $fn.busyLoad.defaults
142142
Setting a new default value:
143143

144144
```
145-
$fn.busyLoad.defaults.scolor = "blue"
145+
$fn.busyLoad.defaults.color = "blue"
146146
```
147147

148+
## Hint
149+
150+
The overlay will get an absolute position, so if it doesn't show up at all or it's on the wrong place, remember that an absolute positioned element is positioned relative to the first parent element that has a position other than static.
151+
148152
## License
149153

150154
busy-load is licensed under the MIT License - see the LICENSE file for details.

0 commit comments

Comments
 (0)