@@ -83,24 +83,26 @@
}
.imageModal {
position: fixed;
- // top: 7%;
- // bottom: 7%;
+ top: 7%;
+ bottom: 7%;
// height: 86%;
background-color: #fff;
overflow: hidden;
z-index: 500;
width: 1000px;
margin-left: -500px;
- transform: translateY(-50%);
// margin-top: -420px;
// height: 840px;
// transform: translateX(-50%);
left: 50%;
- top: 50%;
+ // top: 50%;
img{
- width: 100%;
+ // width: 100%;
height: 100%;
- float: left;
+ position: absolute;
+ left: 50%;
+ transform: translateX(-50%);
+ // float: left;
top: 0;