mirror of
https://github.com/docker/docs.git
synced 2026-04-03 09:49:05 +07:00
Some pages are nested quite deep in the sidebar, which means they aren't automatically visible on pageload unless the sidebar is scrolled. This commit adds a scrolldown function to the sidebar to check if the element representing the current page is in view. If it isn't, the sidebar is scrolled down to a position where the current page comes into view. Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>