Commit f2f358f53ed7419210bb37a33b19366b47cd4cf6
1 parent
1da76554
JS fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/web/js/script.js
@@ -166,7 +166,7 @@ function checkFixed(e) { | @@ -166,7 +166,7 @@ function checkFixed(e) { | ||
166 | } else { | 166 | } else { |
167 | $(position).removeClass('fixed').css({ | 167 | $(position).removeClass('fixed').css({ |
168 | position: 'relative', | 168 | position: 'relative', |
169 | - top: 0, | 169 | + top: '50px', |
170 | bottom: 'auto' | 170 | bottom: 'auto' |
171 | }); | 171 | }); |
172 | } | 172 | } |