File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
src/MudBlazor.Docs/Pages/Components/ScrollToTop/Examples Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 6
6
<MudText Typo =" Typo.h3" Align =" Align.Center" >Some initial long text</MudText >
7
7
<MudText Typo =" Typo.h3" Align =" Align.Center" >Middle text</MudText >
8
8
<MudText Typo =" Typo.h3" Align =" Align.Center" >Bottom text</MudText >
9
- <MudScrollToTop TopOffset =" 100" Selector =" #another_unique_identifier" Style =" z-index:2001;" >
10
- <div class =" mud-theme-secondary px-3 py-6 mud-elevation-16 rounded-xl fixed" style =" bottom :20px ;left :20px ;" >Scroll to top custom button</div >
9
+ <MudScrollToTop TopOffset =" 100"
10
+ Selector =" #another_unique_identifier"
11
+ VisibleCssClass =" visible absolute"
12
+ HiddenCssClass =" hidden absolute" >
13
+ <div class =" mud-theme-secondary px-3 py-6 mud-elevation-16 rounded-xl" style =" bottom :20px ;left :20px ;" >Scroll to top custom button</div >
11
14
</MudScrollToTop >
12
15
</MudPaper >
13
- </div >
16
+ </div >
Original file line number Diff line number Diff line change 28
28
_ => Color .Error
29
29
};
30
30
}
31
- }
31
+ }
You can’t perform that action at this time.
0 commit comments