fix scroll event
This commit is contained in:
parent
a9db93138c
commit
332b7409ba
@ -160,7 +160,7 @@ function toggleBside() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//トップに戻る
|
//トップに戻る
|
||||||
$(".navbar").click(function() {
|
$("nav").click(function(e) {
|
||||||
$("body,html").animate(
|
$("body,html").animate(
|
||||||
{
|
{
|
||||||
scrollTop: 0
|
scrollTop: 0
|
||||||
|
Reference in New Issue
Block a user