Skip to content

scrollbar fix#1718

Merged
adumesny merged 2 commits into
gridstack:masterfrom
adumesny:master
Apr 11, 2021
Merged

scrollbar fix#1718
adumesny merged 2 commits into
gridstack:masterfrom
adumesny:master

Conversation

@adumesny

Copy link
Copy Markdown
Member

Description

fix #1704

  • introduced in 4.x, 'dropover' no longer checks for document.documentElement.scrollTop
    since we call getBoundingClientRect() which handles being scrolled already.

Checklist

  • Created tests which fail without the change (if possible)
  • All tests passing (yarn test)
  • Extended the README / documentation, if necessary

adumesny added 2 commits April 7, 2021 07:53
fix gridstack#1704
* introduced in 4.x, 'dropover' no longer checks for document.documentElement.scrollTop
since we call getBoundingClientRect() which handles being scrolled already.
@adumesny adumesny merged commit 922c0b1 into gridstack:master Apr 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4.x: style="position: sticky" messing up Dragging

1 participant