Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix table scroll styling with sticky headers#3437

Merged
ewels merged 1 commit into
MultiQC:mainfrom
jchorl:jchorl/tablestyling
Dec 14, 2025
Merged

fix table scroll styling with sticky headers#3437
ewels merged 1 commit into
MultiQC:mainfrom
jchorl:jchorl/tablestyling

Conversation

@jchorl

@jchorl jchorl commented Dec 12, 2025

Copy link
Copy Markdown
Contributor
  • This comment contains a description of changes (with reason)

I noticed a quirk with table scroll behaviour:

2025-12-12_21-54

I dug into why, and it's the margin-top on the table that throws off calculating the offset from the top.

We could just eliminate that margin entirely:

2025-12-12_21-53

I don't think it looks materially worse. But to preserve behaviour, I just added the margin below the buttons:

2025-12-12_21-59

@ewels ewels left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@ewels ewels merged commit d53ee14 into MultiQC:main Dec 14, 2025
10 checks passed
@ewels ewels added this to the v1.34 milestone Dec 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants