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