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
1 changed files with 7 additions and 0 deletions

View File

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