Skip to content

Commit 82cc728

Browse files
authored
docs: fix TOC height 🎨 (#7956)
1 parent d1b2642 commit 82cc728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎packages/docs/src/components/on-this-page/on-this-page.css‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
position: sticky;
88
top: var(--header-height);
99
min-width: var(--aside-width);
10-
max-height: calc(100vh - var(--header-height));
10+
height: calc(100vh - var(--header-height));
1111
}
1212

1313
.on-this-page h6 {

0 commit comments

Comments
 (0)