[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.
This commit is contained in:
ibrainventures
2023-08-29 02:04:07 +02:00
committed by GitHub
parent cd48308a2a
commit 02e7824e6a

View File

@@ -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;