From 2c54f5a5dd17bc9ef5f7ae4d3f44ddbe6ebd2ddc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Fri, 23 Sep 2022 18:09:41 +0200 Subject: [PATCH] xP: make the overlay actually overlay --- xP/public/xP.css | 1 + 1 file changed, 1 insertion(+) diff --git a/xP/public/xP.css b/xP/public/xP.css index 676a7ca..ea85cce 100644 --- a/xP/public/xP.css +++ b/xP/public/xP.css @@ -29,6 +29,7 @@ body { top: 50%; transform: translate(-50%, -50%); text-align: center; + z-index: 1; } .title, .status { padding: .05em .3em;