-
-
Notifications
You must be signed in to change notification settings - Fork 49.8k
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
fix: Layout overflow style for table sticky #28176
Conversation
Size Change: +193 B (0%) Total Size: 790 kB
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 858a24f:
|
Codecov Report
@@ Coverage Diff @@
## master #28176 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 393 393
Lines 7384 7384
Branches 2113 2113
=========================================
Hits 7384 7384 Continue to review full report at Codecov.
|
* fix: Layout overflow style for table sticky close ant-design#28154 * fix: Layout content bigger width https://segmentfault.com/a/1190000019498300 * Update index.less
* fix: Layout overflow style for table sticky close ant-design#28154 * fix: Layout content bigger width https://segmentfault.com/a/1190000019498300 * Update index.less
close #28154
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
close #28154
💡 Background and solution
回滚 500b222 ,现在已经不清楚是为了啥加的,删后没看出明显的问题。
改成 width: 0 的解决方案避免内容溢出:https://segmentfault.com/a/1190000019498300
📝 Changelog
sticky
.sticky
属性失效的问题。☑️ Self Check before Merge