In the Form component the dropdown is clipping under the parent container (a flex container)
Here is an screenshot of what my problem is:
Have you set the parent container to overflow: visible ?
@Thorbjorn_Knudsen, looking at the markup in your second image, you’ll see the styles you configured in the Property Editor are added to where it is intended (the form component itself). Your solution to add styles to the child <form> element via the Advanced Stylesheet is our current recommendation. I’m going to log a ticket to look into improving this scenario (both the form styling as well as the dropdown clipping).