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
.refresh-issues-bottom .refresh-issues-loading.hidden {
display: none !important;
}