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 6bd24ce commit 56385b2Copy full SHA for 56385b2
projects/elements-demo/src/app/core/layout/navigation/navigation.component.scss
@@ -10,6 +10,9 @@ mat-nav-list {
10
padding-top: 0;
11
position: fixed;
12
top: 64px;
13
+ max-height: calc(100% - 64px);
14
+ overflow-y: auto;
15
+ overflow-x: hidden;
16
}
17
18
a[mat-list-item] {
@@ -32,5 +35,6 @@ a[mat-list-item] {
32
35
:host-context(.responsive) {
33
36
mat-nav-list {
34
37
top: 56px;
38
+ max-height: calc(100% - 56px);
39
40
0 commit comments