debugger22/github-audio

No horizontal scroll-bar

RoiArthurB opened this issue · 1 comments

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 :)

Believe me I was just doing that. :)

Thanks!