1

I am developing a LWC component and embedded in community page. Inorder to show the loading I am using like this

 <template if:true={isLoading}> <lightning-spinner alternative-text="Loading..." variant="brand"> </lightning-spinner> </template> 

When I run the component inside salesforce org spinner is showing properly with overlay but in community only spinner is showing and not showing any overlay.

In community

enter image description here

In Salesforce Org

enter image description here

1
  • did you ever find a solution to this? Commented Nov 5, 2022 at 4:28

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.