Skip to content

Commit dab0cdf

Browse files
committed
Update site.js
1 parent 75a2f9b commit dab0cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/site.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$(document).scroll(function() {
22
var y = $(this).scrollTop();
3-
if (y > 100) {
3+
if (y > 150) {
44
$('#pageheader').css('position', 'fixed');
55
$('#pageheader').css('height', '50px');
66
$('#pagetitle').css('line-height', '50px');

0 commit comments

Comments
 (0)