PyconUK / pyconuk.github.io

OLD REPOS - DO NOT USE. PyCon UK website
http://www.pyconuk.org/
3 stars 9 forks source link

Move the map down to avoid "hitting" it with the scroll wheel #8

Closed tjguk closed 9 years ago

tjguk commented 9 years ago

As an idea to avoid the problem in https://github.com/PyconUK/pyconuk.github.io/issues/7 this PR moves the map to the bottom. Feel free to take or leave!

hawkz commented 9 years ago

Would it be better to switch to leafletjs instead then do something like: map.once('focus', function() { map.scrollWheelZoom.enable(); });

ntoll commented 9 years ago

@hawkz if that fixes the problem with the path of least resistance then "yes"... :-)

inglesp commented 9 years ago

Closing, as this is covered by https://github.com/PyconUK/pyconuk.org/issues/1.