Skip to content

Overlay #3480

Answered by ma-lar
ma-lar asked this question in Q&A
Overlay #3480
Mar 6, 2025 · 2 comments · 4 replies
Discussion options

You must be logged in to vote

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.

@inject LoadingService LoadingService

<FluentLayout>
    <FluentDesignTheme Mode="DesignThemeModes.Light" CustomColor="#127869"/>
    <FluentHeader>
        Gestion du certificat
    </FluentHeader>
    <FluentStack Class="main" Orientation="Orientation.Horizontal" Width="100%">
        <NavMenu/>
        <FluentBodyContent Class="body-content">
            <FluentOverlay Visible="@LoadingService.IsLoading" Opacity="0.4" Dismissable="fa…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@vnbaaij
Comment options

@ma-lar
Comment options

@vnbaaij
Comment options

@ma-lar
Comment options

Answer selected by ma-lar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants