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
如果把元素粘贴在底部
position: sticky; bottom: 0;
在未拖动到底部时的效果和 fixed 类似,但是库是按照正常文档流来处理的,导致在向下滚动的时候 Popup 一直不可见
Codepen 重现 Demo
dom-align/src/getVisibleRectForElement.js
Line 89 in 33a8b1b
The text was updated successfully, but these errors were encountered:
No branches or pull requests
如果把元素粘贴在底部
在未拖动到底部时的效果和 fixed 类似,但是库是按照正常文档流来处理的,导致在向下滚动的时候 Popup 一直不可见
Codepen 重现 Demo
dom-align/src/getVisibleRectForElement.js
Line 89 in 33a8b1b
The text was updated successfully, but these errors were encountered: