Options of select field are moving away from selected field inside the lightbox only on mozilla and working fine on Chrome.
Asked
Active
Viewed 210 times
1 Answers
0
Add below CSS
.custombox-show.custombox-sign .custombox-modal-content {
transform: none;
transform-style: initial;
}

Tushar
- 4,280
- 5
- 24
- 39