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

View File

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