diff --git a/_scss/_layout.scss b/_scss/_layout.scss index 6b2314a6209..974f40f527d 100755 --- a/_scss/_layout.scss +++ b/_scss/_layout.scss @@ -187,7 +187,7 @@ section.section { position: -webkit-sticky; position: sticky; top: 55px; - overflow-y: scroll; + overflow: auto; max-height: calc(100vh - 55px); padding-top: 20px; padding-bottom: 20px; diff --git a/_scss/_navigation.scss b/_scss/_navigation.scss index 1bd88c8eb6a..efc9650bf89 100755 --- a/_scss/_navigation.scss +++ b/_scss/_navigation.scss @@ -173,8 +173,7 @@ .toc-nav ul { list-style: none; margin: 0; - padding: 0 60px 0 0; - width: 300px; + padding-left: 0; line-height: 24px; li { padding: 2px 8px 2px 15px; @@ -209,7 +208,6 @@ div#side-toc-title { font-size: 12px; font-weight: bold; margin: 11px 0 10px 13px; - width: 100%; } .edit {