Skip to content

Commit fe71433

Browse files
lekhmanruscrisbeto
authored andcommitted
docs: fix nav tabs overlapping (#32043)
(cherry picked from commit f183398)
1 parent 8165524 commit fe71433

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)