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

Green border bottom line animates well below the control on hovering the nimble-select #2519

Open
aravindhan-ni opened this issue Jan 24, 2025 · 0 comments
Labels
bug Something isn't working triage New issue that needs to be reviewed

Comments

@aravindhan-ni
Copy link
Contributor

aravindhan-ni commented Jan 24, 2025

🐛 Bug Report

The green bottom border line animates significantly below the control when hovering over the nimble-select, especially when it has a sibling element.

💻 Repro or Code Sample

Added a parent div with one sibling div to nimble-select
Applied display: flex to the parent and set a height for the sibling.
Image

🤔 Expected Behavior

Hover line be on the control.

😯 Current Behavior

Image

🔦 Context

We arranged the elements using grid-template-columns: minmax(0, 1fr) minmax(0, 1fr), creating two elements per row. In one of the rows, we have a nimble-select and another div. The larger height of the other div causes the nimble-select to behave this way.

🌍 Your Environment

  • OS & Device: Windows on PC
  • Browser Google Chrome
  • Version 131.0.6778.266
@aravindhan-ni aravindhan-ni added bug Something isn't working triage New issue that needs to be reviewed labels Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage New issue that needs to be reviewed
Projects
Status: No status
Development

No branches or pull requests

1 participant