gilbox / react-spark-scroll

Scroll-based actions and animations for react
358 stars 48 forks source link

Horizontal overflow scrollbars #1

Closed charliegeiger89 closed 9 years ago

charliegeiger89 commented 9 years ago

Using Chrome 41

I am seeing horizontal overflow bars appear for certain text components. You should add in overflow styling to prevent it.

overflow-x: hidden;
gilbox commented 9 years ago

hmm thanks. All text is display: block at 100% width automatically so doesn't really make sense. I can't reproduce in Chrome 41. Can you tell me which text in particular?

gilbox commented 9 years ago

ah ok i realized that the viewport's scrollbar shows up sometimes. I added overflow-x: hidden; to the body. Hopefully that's what you meant.

charliegeiger89 commented 9 years ago

That was it. It appears to be fixed now.

gilbox commented 9 years ago

thanks!