Fix no services tip message appearing in front of loaded services

This commit is contained in:
Alice Gaudon 2020-05-05 22:45:28 +02:00
parent f3d5e4d94d
commit 6662b254b1
1 changed files with 1 additions and 0 deletions

View File

@ -255,6 +255,7 @@ body {
#services > #empty-message {
display: flex !important;
position: absolute;
z-index: -1;
bottom: 0;
width: 100%;
justify-content: center;