'Why my background image zoom in when i click on select input

I´m coding a react webapp but in my Home page, when i click the select input the background image zoom in and that is not what i want. I have been thinking about what would be the problem like the overflow or maybe the way the background image is coded.

This is the WebApp https://barbozitoshop.netlify.app/



Solution 1:[1]

If you send the code, I can comment better. Detection without code is very difficult. To test, when input select is clicked, give the following style to your code:

scale: 0.9;

or

scale: 0.8;

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Ali Sadeghi