I encountered an unusual issue on my website that appears to be related to the UI library I am using. Whenever I click on a select element, the background undergoes a slight change in width, causing the background image to flicker. Initially, I assumed this was a problem with my code. However, upon further investigation, I found that this behavior is also documented in the UI library's documentation.
For example:
- My site:
- The library docs: https://mui.com/components/selects/ (In the library documentation, observe how the slider on the right side disappears when you click on a select element's dropdown menu)
Is there a solution to fix this minor bug?
Thank you.