xP: make the overlay actually overlay

This commit is contained in:
2022-09-23 18:09:41 +02:00
parent f2d8de3ab9
commit 2c54f5a5dd

View File

@@ -29,6 +29,7 @@ body {
top: 50%; top: 50%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
text-align: center; text-align: center;
z-index: 1;
} }
.title, .status { .title, .status {
padding: .05em .3em; padding: .05em .3em;