-
How to display overlay only over a certain div? It seem to expand and hide all my page. I would like to avoid it over my header and over my navmeny. Any idea how I could achieve this? When I tried similar libraries I had to put code inside loading tag and loading appeared only over this and didn't expand to take whole page like fluentui-blazor. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @ma-lar, Welcome from the Discord side. It is probably easier to help you if you show us some code that you have tried. Have you already looked at the examples on the demo site? |
Beta Was this translation helpful? Give feedback.
-
Hi @vnbaaij,
|
Beta Was this translation helpful? Give feedback.
Hi @vnbaaij,
I tried with this code below and when LoadingService.IsLoading is true overlay is over the whole site but I would like it to be only over my body. I have read your examples but I can't get it to stay over a specific section like your samples.