Home › Forums › WoodMart support forum › Select Dropdown error › Reply To: Select Dropdown error
April 26, 2021 at 8:40 am
#286649

Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
body .select2-container {
z-index: 1500;
}