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

[Bug]: Misaligned multi select items on Firefox #668

Closed
joshmlamb opened this issue Sep 11, 2023 · 0 comments · Fixed by #669
Closed

[Bug]: Misaligned multi select items on Firefox #668

joshmlamb opened this issue Sep 11, 2023 · 0 comments · Fixed by #669
Assignees
Labels
Status: In Progress We are actively fixing/implementing this issue/feature Type: Bug Confirmed bug, something is not working as intended

Comments

@joshmlamb
Copy link
Contributor

Tremor Version

3.7.4

Link to minimal reproduction

https://stackblitz.com/edit/stackblitz-starters-j9hu77?file=pages%2Findex.js

Steps to reproduce

  1. Open up the reproduction URL in Firefox
  2. If Stackblitz hasn't ran the build automatically, run npm run dev
  3. Wait for the build to finish and for the multi select element to appear
  4. Select an option
image

What is expected?

The selected options are vertically centered.

What is actually happening?

The selected options are aligning to the top of the parent element due to webkit specific styles aimed at hiding the overflow scroll bar not working in Firefox as it's not webkit.

What browsers are you seeing the problem on?

Firefox

Any additional comments?

No response

@severinlandolt severinlandolt self-assigned this Sep 12, 2023
@severinlandolt severinlandolt added PR: In Review This PR is in the process of being reviewed by the team Status: In Progress We are actively fixing/implementing this issue/feature Type: Bug Confirmed bug, something is not working as intended and removed PR: In Review This PR is in the process of being reviewed by the team labels Sep 12, 2023
@severinlandolt severinlandolt linked a pull request Sep 12, 2023 that will close this issue
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: In Progress We are actively fixing/implementing this issue/feature Type: Bug Confirmed bug, something is not working as intended
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants