You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
🤔 Expected Behavior
Hover line be on the control.
😯 Current Behavior
🔦 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
The text was updated successfully, but these errors were encountered:
🐛 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.🤔 Expected Behavior
Hover line be on the control.
😯 Current Behavior
🔦 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
The text was updated successfully, but these errors were encountered: