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

File diff suppressed because one or more lines are too long

View file

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