Skip to content

Commit

Permalink
Fix: the animated logo in the docs index page
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxtuneLee committed Dec 10, 2023
1 parent 6328bdd commit 887e7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const styles = stylex.create({
boxSizing: 'border-box',
margin: 0,
marginBottom: 24,
overflow: 'hidden',
overflow: 'visible',
zIndex: 0,
},
logo: {
Expand Down

0 comments on commit 887e7a9

Please sign in to comment.