debugger22 / github-audio

Listen to music generated by events happening across GitHub :octocat: 🎷
https://github.audio
MIT License
1.74k stars 99 forks source link

No horizontal scroll-bar #3

Closed RoiArthurB closed 8 years ago

RoiArthurB commented 8 years ago

Add this to your CSS: html, body { /* You've this class at line 52 */ overflow-x: hidden; }

This will disable horizontal scroll to your page :)

debugger22 commented 8 years ago

Believe me I was just doing that. :)

Thanks!