/* ==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
@downloadURL https://update.greasyfork.org/scripts/541140/Power%20Platform%20Community%20-%20Remove%20Loading%20Spinner%20That%20Blocks%20Page.user.css
@updateURL https://update.greasyfork.org/scripts/541140/Power%20Platform%20Community%20-%20Remove%20Loading%20Spinner%20That%20Blocks%20Page.meta.css
==/UserStyle== */

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