diff --git a/it4i_theme/assets/stylesheets/application.css b/it4i_theme/assets/stylesheets/application.css index ea77bafeb09de3e44322a3b4e5cb04943867d3fe..af08c3da8c920eba1605e61ba58d458a2882f9f5 100644 --- a/it4i_theme/assets/stylesheets/application.css +++ b/it4i_theme/assets/stylesheets/application.css @@ -1018,6 +1018,8 @@ h1 .article .headerlink { height: auto; margin-bottom: 96px; padding-top: 80px; + max-height: 1200px; + overflow: auto; } .drawer, .drawer .scrollable { position: static; @@ -1237,10 +1239,6 @@ h1 .article .headerlink { .article table th { color: #fff0e6; } -} .toc { - max-height: 600px; - overflow: auto; -} a:not([href*="//"]) { /* CSS for internal links */ }