fix - load lightbox library

set height of lightbox iframe to 100%
This commit is contained in:
Mike Ng
2017-08-10 16:39:53 +04:00
parent c5acac8d6d
commit a93e231c1a
2 changed files with 3 additions and 12 deletions

View File

@@ -51,6 +51,9 @@ img {
.documentTips {
height: 100%;
iframe {
height: 100%;
}
}
#bottom_container {