Skip to content

Commit f183398

Browse files
authored
docs: fix nav tabs overlapping (#32043)
1 parent 72c3799 commit f183398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/app/pages/component-viewer/component-viewer.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ app-component-viewer {
3434
&.docs-sticky-top {
3535
position: sticky;
3636
top: 0;
37-
z-index: 1;
37+
z-index: 2;
3838
background: var(--mat-sys-surface);
3939
}
4040
}

0 commit comments

Comments
 (0)