fix(frontend): robust loading spinner removal using css class
This commit is contained in:
@@ -42,6 +42,10 @@
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
body.app-loaded #app-loading {
|
||||
display: none !important;
|
||||
}
|
||||
</style>
|
||||
</body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user