Commit 02e7824e authored by ibrainventures's avatar ibrainventures Committed by GitHub

[RC 1.6.1 - zoom is partly hidden] Update style.css

If a image / batch result image is higher or wider than the current viewport, and is zoomed (left corner zoom icon) it is cutted off  on the top and also to the left. This new rule seems to be the culprit.
parent cd48308a
......@@ -660,13 +660,6 @@ table.popup-table .link{
min-height: 0;
}
#modalImage{
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
.modalPrev,
.modalNext {
cursor: pointer;
......
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