From f2f358f53ed7419210bb37a33b19366b47cd4cf6 Mon Sep 17 00:00:00 2001 From: yarik Date: Thu, 15 Sep 2016 23:17:44 +0300 Subject: [PATCH] JS fix --- frontend/web/js/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/web/js/script.js b/frontend/web/js/script.js index 96f8daa..97cdc01 100755 --- a/frontend/web/js/script.js +++ b/frontend/web/js/script.js @@ -166,7 +166,7 @@ function checkFixed(e) { } else { $(position).removeClass('fixed').css({ position: 'relative', - top: 0, + top: '50px', bottom: 'auto' }); } -- libgit2 0.21.4