-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
Hi Jeferson,
I have a suggestion about this effect
I think is better to add this line to CSS
#canvas { position: fixed;}
and you need to correct this
*{margin:0;padding:0;box-sizing:border-box}canvas{display:flex;margin:0 auto;width:100%;height:100vh}
with this
*{margin:0;padding:0;box-sizing:border-box}canvas{display:flex;margin:0 auto;width:100%;height:100%}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels