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

View file

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