MadBoulder / BetaLibrary

Your complement to bouldering guides. Beta provided by MadBoulder:
https://www.youtube.com/channel/UCX9ok0rHnvnENLSK7jdnXxA
GNU General Public License v3.0
3 stars 1 forks source link

[Area Page] Strange scroll down effect after page open #220

Closed asantacreu closed 5 months ago

asantacreu commented 10 months ago

Enter Area Page and wait. There is a scroll down that hides the tabs and focuses on problems. This is cause by the default tab activated (which is problems) and the codes focuses on that selected tab content. This was a fix attempt clearly unsuccessful: area-page-layout.html:92 $('html, body').animate({ scrollTop: 0 }, 'fast');

asantacreu commented 5 months ago

Fixed by avoiding the loading of iframes when not visible.