aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoribrainventures <j.geiger@webstudio.de>2023-08-29 02:04:07 +0200
committerGitHub <noreply@github.com>2023-08-29 02:04:07 +0200
commit02e7824e6a9c3d74af7b383dd66a3a1c231ef082 (patch)
tree1d5e7f2c9da89887a40fc659f5cc166eb025a1f4
parentcd48308a2a37b1e838b1b0cc5e8e507a174b14fb (diff)
[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.
-rw-r--r--style.css7
1 files changed, 0 insertions, 7 deletions
diff --git a/style.css b/style.css
index e336e79d..56e2cb4c 100644
--- a/style.css
+++ b/style.css
@@ -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;