Skip to content
New issue

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

【Table】表格固定列在表单宽度不足时偶现不能正常 sticky #575

Open
yangxiaolang opened this issue Aug 1, 2024 · 0 comments

Comments

@yangxiaolang
Copy link
Collaborator

原因是 position: sticky 的粘滞是相对于容器的,此处 table-row 的宽度是 table 的宽度,在滚动距离超过这个宽度的时候,sticky 就失效了

可以尝试给 row 增加 min-width: fix-content

2024-08-01.09-43-41.mp4
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

No branches or pull requests

1 participant