owenashurst / agar.io-clone

Agar.io clone written with Socket.IO and HTML5 canvas
MIT License
2.88k stars 1.12k forks source link

Scroll bar flash #515

Closed KidOfEpicness closed 5 years ago

KidOfEpicness commented 6 years ago

The scroll bar keeps flashing every second, any way to fix?

ghost commented 6 years ago

I hid it by adding overflow: hidden; under html, body {} in src\client\css\main.css