Skip to content

Commit d74e38c

Browse files
Splaktarjelbourn
authored andcommitted
fix(schematics): toolbar in nav w/o z-index causes issues with dashboard (#13270)
Without this z-index, scrolling a dashboard causes issues - headers and background scroll under toolbar - cards scroll over top of the toolbar
1 parent 93f8321 commit d74e38c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/schematics/nav/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.__styleext__

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
.mat-toolbar.mat-primary {
1010
position: sticky;
1111
top: 0;
12+
z-index: 1;
1213
}

0 commit comments

Comments
 (0)