Skip to content

Commit 6298786

Browse files
Set height 100% (#4463)
Co-authored-by: Denis Voituron <[email protected]>
1 parent 0d9657f commit 6298786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Demo/FluentUI.Demo.Client/Layout/DemoNav.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@inject NavigationManager Navigation
22
@inject FluentUI.Demo.DocViewer.Services.DocViewerService DocViewerService
33

4-
<FluentNav Style="padding-top:10px;"
4+
<FluentNav Style="padding-top:10px; height: 100%;"
55
UseSingleExpanded="false"
66
Density="@NavDensity.Medium">
77

0 commit comments

Comments
 (0)