fix some css bugs
This commit is contained in:
parent
e7ce3765c4
commit
24e8ec0c70
@ -25,6 +25,7 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
|
z-index: 10000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mailgo-title {
|
.mailgo-title {
|
||||||
@ -44,7 +45,7 @@
|
|||||||
|
|
||||||
.mailgo-modal-background {
|
.mailgo-modal-background {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 1000;
|
z-index: 10001;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
@ -55,7 +56,7 @@
|
|||||||
|
|
||||||
.mailgo-modal-content {
|
.mailgo-modal-content {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1001;
|
z-index: 10002;
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user