Skip to content

fix: allow priority pathogen page scrolling #657

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

Merged
merged 1 commit into from
Jul 16, 2025

Conversation

dannon
Copy link
Member

@dannon dannon commented Jul 16, 2025

Description

This fixes the new priority pathogen page not being scrollable by allowing natural content height, removing the viewport constraint.

Related Issue

closes #655

also added minor padding to the bottom to space from footer
@github-actions github-actions bot added the fix label Jul 16, 2025
@dannon dannon marked this pull request as ready for review July 16, 2025 00:31
@dannon dannon changed the title fix: priority pathogen page can now scroll fix: allow priority pathogen page scrolling Jul 16, 2025
@NoopDog NoopDog requested a review from Copilot July 16, 2025 05:24
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes a scrolling issue on the priority pathogen page by removing viewport height constraints and allowing natural content flow. The change addresses issue #655 where users were unable to scroll through the page content.

  • Removes height restrictions by setting height: auto and max-height: none
  • Changes overflow behavior from constrained to visible
  • Adds bottom padding for better spacing on tablet and larger screens

Copy link
Member

@mvdbeek mvdbeek left a comment

Choose a reason for hiding this comment

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

Works nicely, thanks!

@dannon dannon merged commit eef33e7 into galaxyproject:main Jul 16, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

priority pathogen page not scrolling
2 participants