Ghost/ghost/admin/app/modifiers
Kevin Ansfield 9223d0237c Added scroll-into-view behavior when opening gif selector
refs https://github.com/TryGhost/Team/issues/1225

When the gif selector is activated we want to scroll as much of the picker into view as possible.

- updated `scroll-into-view` modifier so it can work on bounding rects as well as offsets for those situations where a scroll parent is not the offset parent
  - only implemented "off bottom" behavior for now as that's all we need for this use-case
  - if the scroll adjustment would mean the top is cut off we readjust so that the top of the element is always visible
2021-11-30 12:51:56 +00:00
..
autofocus.js
movable.js Added repositioning of settings panel when it's size adjusts 2021-11-12 18:45:03 +00:00
scroll-into-view.js Added scroll-into-view behavior when opening gif selector 2021-11-30 12:51:56 +00:00
scroll-to.js
scroll-top.js