image viewer style modify

This commit is contained in:
leejh 2019-11-08 10:58:45 +09:00
parent f747490a7c
commit 75627e0a16

View File

@ -23,9 +23,15 @@
.ucap-image-viewer-body {
position: relative;
width: 100%;
height: 100%;
height: calc(100% - 50px);
.ucap-image-viewer-image-wrapper {
height: 100%;
padding: 20px;
background-color: rgba(0, 0, 0, 0.7);
img {
height: inherit;
}
}
}
}