문제

In http://onlyabutton.com/, when you press the left and right arrow keys, the window shakes a bit, most likely because of canvas dimensions. How do I fix this? Help would be appreciated!

도움이 되었습니까?

해결책

You just have to add:

html, body {
    margin: 0;
}

You set the canvas width to 100% of the window size but forget to subtract the margin of body.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top