Select field dropdown pushes form down
-
When I click on a select field, it pushes the rest of the form down, rather than opening up absolute positioned like you’d expect. I’ve added the following to my CSS to fix the issue, but I’m not sure why I seem to be the only one having this problem.
.forminator-dropdown-list{ position:absolute!important; z-index:99!important; }
I’ve used this plugin on a few different sites now, and I always have the same issue with dropdown lists from this plugin.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Select field dropdown pushes form down’ is closed to new replies.