I'm trying to style the dropdown div of a SuggestionField using CSS.
Unfortunately, SuggestionFields do not have a HTML Id parameter. Also, the dropdown div in the DOM is directly under the body element. This is why I cannot find a selector for it. Does anybody have an idea?
Unfortunately, SuggestionFields do not have a HTML Id parameter. Also, the dropdown div in the DOM is directly under the body element. This is why I cannot find a selector for it. Does anybody have an idea?
Best regards
Christoph