August 6th, 2018 at 10:28 AM
(This post was last modified: August 6th, 2018 at 10:28 AM by Harry K..)
^ Confirmed.
Simple fix, add to global.css:
and add to .modal {} in global.css
Simple fix, add to global.css:
Code:
.blocker {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
overflow: auto;
z-index: 9999;
box-sizing: border-box;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.75);
text-align: center;
}
and add to .modal {} in global.css
Code:
margin: auto;
margin-top: 40px;