We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
H5 Safari mac doesn't auto scroll on drag/resize, while Chrome works as expected
open two.html and size window down to grid. resize or move on of the float items and see scroll appear, but no auto-scrolling
like Chrome and on windows (all browsers) to auto-scroll
The text was updated successfully, but these errors were encountered:
https://gridstackjs.slack.com/archives/C0LPPLXJR/p1618509471143600
Sorry, something went wrong.
still happens in v4.2.1
Safari mac: fix scrolling
d5b22d3
fix gridstack#1562 * changed to use document.scrollingElement as topmost element, which seem correct and required by safari.
Successfully merging a pull request may close this issue.
Subject of the issue
H5 Safari mac doesn't auto scroll on drag/resize, while Chrome works as expected
Your environment
Steps to reproduce
open two.html and size window down to grid. resize or move on of the float items and see scroll appear, but no auto-scrolling
Expected behavior
like Chrome and on windows (all browsers) to auto-scroll
The text was updated successfully, but these errors were encountered: