Has anyone else had an issue with the horizontal scroll bar appearing after adding animations in this lesson?
Here’s the fix I found online:
html {
overflow-x: hidden; max-width: 100%;
}
This works, but I do wonder if the extra space was caused by an error in my code.