Live data from Hacker News

JavaScript.com a place to learn to code

javascript.com

1–7 of 7 posts

Re: JavaScript.com a place to learn to code

#3
Minor bug:

On https://www.javascript.com/try when submitting more than one command a horizontal scroll bar appeared and blocked my view of what I was typing at the bottom of the console. (Making the console unusable.)

I fixed it by sticking overflow-x: hidden; onto the element's style. A bodged fix, but the bug should probably be looked into.

Using latest Chrome on Windows 7.