Re: [csswg-drafts] [cssom-view][css-position] Scrolling a sticky element into view should use normal flow position for sticky boxes (#1459)

in my context, he would push the sticky toolbar off the screen, or enter next to a fab button with absolute.
using the nearest solved.

```ts
querySelector('.table-container').scrollIntoView({
  behavior: 'smooth', block: 'nearest'
});
```

-- 
GitHub Notification of comment by guiseek
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1459#issuecomment-621779276 using your GitHub account

Received on Thursday, 30 April 2020 11:38:33 UTC