Hi
We’re encountering Dropdown style issue. Please check the attached screenshot.
Thanks
This is a known issue with the form styles Astra theme includes. You should contact the theme developer, they might have updated their styles for compatibility with the latest versions of Gravity Forms. If not, the following should resolve the issue until they do:
.gform_wrapper select:focus {
background-repeat: no-repeat !important;
background-position: var(--gf-ctrl-select-icon-position);
}