Attempted fix for tall images

This commit is contained in:
Alex 2026-06-10 11:52:43 -07:00
parent 5b6cb3b1e1
commit 03e43580c1
2 changed files with 5 additions and 3 deletions

View file

@ -142,11 +142,13 @@
.wrapper {
position: absolute;
top: 50%;
top: 2rem;
left: 50%;
transform: translate(-50%, -50%);
transform: translate(-50%, 0);
width: 100%;
max-width: 700px;
height: 100%;
max-height: 100vh;
.close {
cursor: pointer;