FIX issue z-index Safari

This commit is contained in:
Matteo Manzinello
2019-05-12 00:27:20 +02:00
parent 6daffab8bf
commit dd25a843c3
5 changed files with 35 additions and 14 deletions

View File

@@ -24,7 +24,6 @@
align-items: center;
flex-direction: column;
overflow: hidden;
z-index: 100000;
font-size: 15px;
}
@@ -45,6 +44,7 @@
.mailgo-modal-background {
position: absolute;
z-index: 1000;
top: 0;
right: 0;
bottom: 0;
@@ -54,7 +54,8 @@
}
.mailgo-modal-content {
z-index: 1000;
position: relative;
z-index: 1001;
box-sizing: content-box;
text-align: center;
width: 200px;