We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 427f24d commit 5270e2eCopy full SHA for 5270e2e
1 file changed
src/content/learn/updating-objects-in-state.md
@@ -73,6 +73,7 @@ export default function MovingDot() {
73
position: 'relative',
74
width: '100vw',
75
height: '100vh',
76
+ overflow: 'hidden',
77
}}>
78
<div style={{
79
position: 'absolute',
@@ -146,6 +147,7 @@ export default function MovingDot() {
146
147
148
149
150
151
152
153
0 commit comments