boltdesignsystem / bolt

The Bolt Design System provides robust Twig and Web Component-powered UI components, reusable visual styles, and powerful tooling to help developers, designers, and content authors build, maintain, and scale best of class digital experiences.
https://boltdesignsystem.com
MIT License
292 stars 45 forks source link

DS-835: Table Sticky Top Bugfix #2559

Closed colbytcook closed 1 year ago

colbytcook commented 1 year ago

Summary

Fixed a bug where the sticky top header would go behind the rows.

Details

Removed a unneeded CSS on the tr that was causing this issue.

How to test

Pull down the branch Navigate to the /pattern-lab/?p=tests-table-support-center page Scroll down on the table and observe that the top header is sticking

colbytcook commented 1 year ago

@danielamorse @MarcinMr I added the min-width :0 to the .l-bolt-site > *:only-child selector to fix the bug. Can you please review again?