Skip to content

Commit f81e1d9

Browse files
committed
a scrollbar now appears when the content of the "in this article" section is larger than window height
1 parent dc707e7 commit f81e1d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

templates/slc_template/styles/docfx.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,9 @@ body .toc{
658658
}
659659
.affix {
660660
position: relative;
661-
height: 100%;
661+
height: 95%;
662+
overflow-x: hidden;
663+
overflow-y: auto;
662664
}
663665
.sideaffix > div.contribution {
664666
margin-bottom: 20px;

0 commit comments

Comments
 (0)