From b869606fdc7a5c3c16349564bc7be4b62b923a14 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 17 Oct 2016 12:35:47 -0400 Subject: [PATCH] update headroom tolerance --- dashboard-ui/scripts/site.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/site.js b/dashboard-ui/scripts/site.js index d46a5440a1..c50a7a761a 100644 --- a/dashboard-ui/scripts/site.js +++ b/dashboard-ui/scripts/site.js @@ -1119,7 +1119,7 @@ var AppInfo = {}; var headroom = new Headroom([], { // or scroll tolerance per direction tolerance: { - down: 20, + down: 0, up: 0 }, classes: {