2016-08-15 21:06:12 +00:00
|
|
|
.overlay {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
z-index: 9999;
|
2016-12-14 15:58:43 +00:00
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
2016-11-23 21:44:46 +00:00
|
|
|
overflow-y: hidden;
|
2016-08-15 21:06:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.overlay-content {
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|