Commit 78616f37 by Giulio Gratta

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

Fixes firefox image hidden overflow bug.
parents a5235a9c 579bfe52
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment