Merge pull request #3562 from caesar2164/giulio/zoom-image-firefox-bugfix

Fixes firefox image hidden overflow bug.
This commit is contained in:
Giulio Gratta
2014-05-02 09:10:21 -07:00

View File

@@ -266,8 +266,8 @@ th {
.image-content .image-wrapper {
top: 0 !important;
left: 0 !important;
width: auto !important;
height: auto !important;
width: 100% !important;
height: 100% !important;
img {
top: 0 !important;