Skip to content

Commit 40690da

Browse files
authored
Update README.md
1 parent f53413e commit 40690da

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,17 @@ const App = () => {
398398
};
399399
```
400400

401+
### Styles
402+
403+
Add these styles to your global stylesheet.
404+
405+
```CSS
406+
#tsparticles {
407+
z-index: -10;
408+
position: relative;
409+
}
410+
```
411+
401412
### Props
402413

403414
| Prop | Type | Definition |

0 commit comments

Comments
 (0)