[Bug]: Misaligned multi select items on Firefox #668
Labels
Status: In Progress
We are actively fixing/implementing this issue/feature
Type: Bug
Confirmed bug, something is not working as intended
Tremor Version
3.7.4
Link to minimal reproduction
https://stackblitz.com/edit/stackblitz-starters-j9hu77?file=pages%2Findex.js
Steps to reproduce
npm run dev
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
The text was updated successfully, but these errors were encountered: