Fix no services tip message appearing in front of loaded services
This commit is contained in:
parent
f3d5e4d94d
commit
6662b254b1
@ -255,6 +255,7 @@ body {
|
|||||||
#services > #empty-message {
|
#services > #empty-message {
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
z-index: -1;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
Loading…
Reference in New Issue
Block a user