This commit is contained in:
Half-Shot
2024-11-14 16:06:34 +00:00
parent b49bfbb481
commit 4871176216
3 changed files with 14 additions and 15 deletions

View File

@@ -42,8 +42,9 @@ Please see LICENSE in the repository root for full details.
}
.overlay.animate {
--overlay-top: 50%;
left: 50%;
top: 50%;
top: var(--overlay-top);
transform: translate(-50%, -50%);
}