mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 09:23:17 +02:00
remove the offset from scrollspy
This commit is contained in:
parent
2a7626159c
commit
401eb7df4f
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ $(document).ready(function(){
|
|||
var sidebarTemplate = $('#list-group-template').html()
|
||||
Settings.sidebarTemplate = _.template(sidebarTemplate)
|
||||
|
||||
$('body').scrollspy({ target: '#setup-sidebar', offset: 75 })
|
||||
$('body').scrollspy({ target: '#setup-sidebar'})
|
||||
|
||||
reloadSettings()
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue