feature(database-connection): Render spinner on top of UserList component

This commit is contained in:
2021-01-12 12:32:53 +01:00
parent 1b7046788e
commit 4d96bb2674
2 changed files with 8 additions and 12 deletions

View File

@@ -6,14 +6,4 @@
.blurred {
@include blurred();
}
.UserList-container {
.ClipLoader {
top: -10px;
z-index: 2;
}
.blurred {
z-index: 1;
}
}
}
}