Fix lightbox prev/next buttons position

This commit is contained in:
2022-01-10 17:54:56 +01:00
parent ac7e9c15ca
commit 89d352cb1f
3 changed files with 3 additions and 3 deletions

View File

@@ -117,7 +117,7 @@
&:before {
position: absolute;
top: calc(50% - 1em);
top: calc(50% - 1em + 50px);
}
}