ImageZoom: Fix not being able to close carousels on sides (#857)

Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
Syncx 2023-04-11 08:38:37 +10:00 committed by GitHub
parent 83dab24fb9
commit c997cb4958
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,3 +29,10 @@
top: 50%; top: 50%;
transform: translateY(-50%); transform: translateY(-50%);
} }
#magnify-modal {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}