From 6662b254b198aac88a5f76d4225ce89c216cda0c Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Tue, 5 May 2020 22:45:28 +0200 Subject: [PATCH] Fix no services tip message appearing in front of loaded services --- resources/style/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/style/index.css b/resources/style/index.css index c51069f..ae1243a 100644 --- a/resources/style/index.css +++ b/resources/style/index.css @@ -255,6 +255,7 @@ body { #services > #empty-message { display: flex !important; position: absolute; + z-index: -1; bottom: 0; width: 100%; justify-content: center;