Fix IE slides

This commit is contained in:
HenryGBC 2017-04-08 09:54:50 -04:30
parent 563992b90f
commit 9056de81a8
2 changed files with 11 additions and 0 deletions

View File

@ -72,6 +72,7 @@ h6 {
height: 100%;
width: 100%;
top: 0;
left: 0;
z-index: 0;
display: none;
}

View File

@ -8,8 +8,18 @@
left: 0;
background: #fefefe;
z-index: 100000;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}