BUG - can not even scroll...

Grummz

$6k package
Community Manager
Ember Dev
Jul 25, 2016
808
6,719
93
#6
That main website is being replaced with something much simpler. We won't be using the blog format at 1st, just a static page describing the game and a link to your Em8ERID accounts and perk management.

The big updates will be mainly the forums, discord and the Em-8ER update videos. The website itself will contain links to our Youtube Channel, forms and discord to encourage people to get their updates that way.

Not sure we will do a blog again, but eventually we might add a simple update section. But the videos are where most of the time goes to communicate changes to the game and updates on info.
 

freakbyte

Firstclaimer
Ark Liege
Jun 24, 2017
16
41
13
#12
The scroll issue is caused by the TweenLite/ScrollMagic library capturing all wheel events (not mousewheel events) on body.
It's a bit difficult to pinpoint where the eventhandler is added due to minified js etc, but removing the event fixes the problem.
https://streamable.com/87qbt
 
Likes: Pandagnome