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

Labels Filter Bar Static Height, and invisible scroll bar #160

Closed
seetohjinwei opened this issue Jul 4, 2023 · 0 comments · Fixed by #163
Closed

Labels Filter Bar Static Height, and invisible scroll bar #160

seetohjinwei opened this issue Jul 4, 2023 · 0 comments · Fixed by #163

Comments

@seetohjinwei
Copy link
Contributor

seetohjinwei commented Jul 4, 2023

Describe the bug

  1. For a repository with no labels: it displays a fixed height container
  2. For a repository with many issues: the container is scrollable, but there is no visible scroll bar
    • this seems to be intentional based on the CSS, but I feel like this might lead to the user being unaware that the container is scrollable

To Reproduce

  1. Visit a repository with no labels, and a repository with many labels.
  2. Click on the labels dropdown

Expected behavior

  1. For a repository with no labels: the container's height should dynamically decrease
  2. For a repository with many issues: the container's scroll bar should be visible
  • Change height: 400px to max-height: 400px
  • Allow the scrollbar to be visible when there is content to be scrolled

image

Screenshots

Repository with many labels:

image

Repository with no labels:

image

Desktop (please complete the following information):

  • OS: macos Ventura
  • Browser: Chrome, Firefox

Additional context

Related to #17.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant