回答編集履歴
1
追記
answer
CHANGED
@@ -1,3 +1,5 @@
|
|
1
1
|
scrollTop を使うのはいかがですか?
|
2
|
+
[Element.scrollTop - Web API | MDN](https://developer.mozilla.org/ja/docs/Web/API/Element/scrollTop)
|
2
3
|
|
4
|
+
あまり細かい調整が必要ないのであれば、scrollIntoView() もいいかもしれません。
|
3
|
-
[Element.
|
5
|
+
[Element.scrollIntoView() - Web API | MDN](https://developer.mozilla.org/ja/docs/Web/API/Element/scrollIntoView)
|