Power Platform Community - Remove Loading Spinner That Blocks Page

This removes the 'loading' spinner.

/* ==UserStyle==
@name           Power Platform Community - Remove Loading Spinner That Blocks Page
@namespace      eliotcole Scripts
@version        1.0
@description    This removes the 'loading' spinner.
@author         eliotcole
@license        MIT
@preprocessor   default
==/UserStyle== */

@-moz-document domain(powerplatform.com) {
  #cover-spin {
    display: none !important;
  }
}