Scroll Viewport Knowledge Base Current: How to Remove the Loading Spinner of the Jira-Issue Macro PDF Download PDF Download page How to Remove the Loading Spinner of the Jira-Issue Macro. Current page All pages How to Remove the Loading Spinner of the Jira-Issue Macro QuestionIf the Jira-Issue macro is implemented, the loading spinner isn't disappearing in Scroll Viewport. What can I do?AnswerYou 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; } CSS ×