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 {
|
#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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue