fixes firefox image hidden overflow bug.

This commit is contained in:
Giulio Gratta
2014-05-01 11:30:19 -07:00
parent fad631bfee
commit 579bfe5224

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;