SurveyVista – Styles
/* Modal Backdrop */ .modal { display: none; position: fixed; z-index: 999; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; background-color: rgba(0, 0, 0, 0.6); } /* Modal Box Centered */ .modal-content { position: fixed; top: 50%; left:…Continue reading