WoochanLee / BalanceTetris

Tetris built with vanilla javascript
9 stars 10 forks source link

The scrollable area are should be blocked by the keyboard event #11

Open DevSDK opened 3 years ago

DevSDK commented 3 years ago

When the overflow occurred, the viewport is affected by keyboard events. I think this behavior is not the expected result. So this might be needed disable scrolling by keyboard.

Please see follow figure:

Peek 2021-03-20 17-28