mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +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()
|
var sidebarTemplate = $('#list-group-template').html()
|
||||||
Settings.sidebarTemplate = _.template(sidebarTemplate)
|
Settings.sidebarTemplate = _.template(sidebarTemplate)
|
||||||
|
|
||||||
$('body').scrollspy({ target: '#setup-sidebar', offset: 75 })
|
$('body').scrollspy({ target: '#setup-sidebar'})
|
||||||
|
|
||||||
reloadSettings()
|
reloadSettings()
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue