Skip to content

Instantly share code, notes, and snippets.

View wellingtonpragidi's full-sized avatar

webship wellingtonpragidi

View GitHub Profile
.modal_popup {
display: none;
position: fixed;
top: 0; right: 0; bottom: 0; left: 0;
width: 100%;
height: 100%;
overflow: auto;
z-index: 8895;
background-color: rgba(0,0,0,0.85);
}