We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e744c commit b186090Copy full SHA for b186090
1 file changed
src/app/shared/layout-nav/layout-nav.component.html
@@ -36,6 +36,6 @@
36
<main appOutlineArea>
37
<router-outlet></router-outlet>
38
</main>
39
- <app-outline class="d-sticky"></app-outline>
+ <app-outline *ngIf="!isHandset" class="d-sticky"></app-outline>
40
</mat-sidenav-content>
41
</mat-sidenav-container>
0 commit comments