Fix photo opening bug
This commit is contained in:
parent
2907e95d6b
commit
a48c25718f
2 changed files with 5 additions and 5 deletions
File diff suppressed because one or more lines are too long
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue