diff options
Diffstat (limited to 'libpathod/templates/frame.html')
-rw-r--r-- | libpathod/templates/frame.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpathod/templates/frame.html b/libpathod/templates/frame.html index 416f3eca..d91004e4 100644 --- a/libpathod/templates/frame.html +++ b/libpathod/templates/frame.html @@ -77,7 +77,7 @@ $.localScroll( { duration: 300, - offset: {top: -100} + offset: {top: -45} } ); }); |