Fix photo opening bug

This commit is contained in:
Alex 2026-06-09 13:01:30 -07:00
parent 2907e95d6b
commit a48c25718f
2 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View file

@ -133,10 +133,10 @@
#open-image { #open-image {
display: none; display: none;
position: absolute; position: fixed;
top: 50%; top: 2rem;
left: 0; left: 50%;
transform: translateY(-50%); transform: translateX(-50%);
z-index: 999; z-index: 999;
.close { .close {