Skip to main content
Skip table of contents

How to Remove the Loading Spinner of the Jira-Issue Macro

Question

If the Jira-Issue macro is implemented, the loading spinner isn't disappearing in Scroll Viewport. What can I do?

Answer

You could remove the CSS Class of the loading spinner manually with CSS:

Removing loading spinner from Jira-Issue macro

CSS
.refresh-issues-bottom .refresh-issues-loading.hidden {
  display: none !important;
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.