fix scroll event

This commit is contained in:
harukin 2019-01-22 16:41:27 +09:00
parent a9db93138c
commit 332b7409ba

View File

@ -160,7 +160,7 @@ function toggleBside() {
} }
//トップに戻る //トップに戻る
$(".navbar").click(function() { $("nav").click(function(e) {
$("body,html").animate( $("body,html").animate(
{ {
scrollTop: 0 scrollTop: 0