Administrator
/
liniya-svitla
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
f2f358f53ed7419210bb37a33b19366b47cd4cf6
Authored by
Yarik
2016-09-15 23:17:44 +0300
1 parent
1da76554
JS fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/web/js/script.js
Inline
Side-by-side
frontend/web/js/script.js
Wrap text
Show/Hide comments
View file @
f2f358f
...
...
@@ -166,7 +166,7 @@ function checkFixed(e) {
166
166
} else {
167
167
$(position).removeClass('fixed').css({
168
168
position: 'relative',
169
- top:
0
,
169
+ top:
'50px'
,
170
170
bottom: 'auto'
171
171
});
172
172
}
...
...