0

Options of select field are moving away from selected field inside the lightbox only on mozilla and working fine on Chrome.

Codepen demo

Tushar
  • 4,280
  • 5
  • 24
  • 39

1 Answers1

0

Add below CSS

.custombox-show.custombox-sign .custombox-modal-content {
            transform: none;
            transform-style: initial;
        }

Codepen demo

Tushar
  • 4,280
  • 5
  • 24
  • 39