We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 431244d commit 7dbaaf3Copy full SHA for 7dbaaf3
web/script_2.js
@@ -61,7 +61,7 @@ if(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine
61
62
// ===== Scroll to Top ====
63
$(window).scroll(function() {
64
- if (isMobile && $(this).scrollTop() >= 590) { // If mobile device and page is scrolled more than 590px.
+ if (isMobile && $(this).scrollTop() >= 520) { // If mobile device and page is scrolled more than 520px.
65
$('#return-to-top').fadeIn(200); // Fade in the arrow
66
} else {
67
$('#return-to-top').fadeOut(200); // Else fade out the arrow
0 commit comments