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 9951497 commit 2872d9bCopy full SHA for 2872d9b
docs/src/app/pages/component-viewer/component-viewer.scss
@@ -30,6 +30,10 @@ app-component-viewer {
30
31
.docs-component-viewer-tabbed-content {
32
margin-bottom: 25px;
33
+ position: sticky !important;
34
+ top: 0;
35
+ z-index: 1;
36
+ background: var(--mat-sys-surface);
37
}
38
39
.docs-component-viewer-content {
@@ -49,7 +53,7 @@ app-component-viewer {
49
53
50
54
51
55
table-of-contents {
52
- top: 35px;
56
+ top: 50px;
57
position: sticky;
58
59
// Reposition on top of content on small screens and remove
0 commit comments