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