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 75a2f9b commit dab0cdfCopy full SHA for dab0cdf
resources/js/site.js
@@ -1,6 +1,6 @@
1
$(document).scroll(function() {
2
var y = $(this).scrollTop();
3
- if (y > 100) {
+ if (y > 150) {
4
$('#pageheader').css('position', 'fixed');
5
$('#pageheader').css('height', '50px');
6
$('#pagetitle').css('line-height', '50px');
0 commit comments