I am not using responsive ads due to the willing of getting a better Web Vitals score.
However, with the Let Google optimize the size of your mobile ads checked, it seems Google will still change/update its ad size in a min-height defined container by modifying the CSS property to this:
height: auto !important;
min-height: 0px !important;
Is there any way can fix it?
I don't want to uncheck it because the revenue would drop.

