diff --git a/lib/rdoc/generator/template/darkfish/css/rdoc.css b/lib/rdoc/generator/template/darkfish/css/rdoc.css index 877e9bf0a9..35e70f9e39 100644 --- a/lib/rdoc/generator/template/darkfish/css/rdoc.css +++ b/lib/rdoc/generator/template/darkfish/css/rdoc.css @@ -212,7 +212,7 @@ nav { position: fixed; top: 0; bottom: 0; - overflow: hidden; + overflow: auto; z-index: 10; /* Layout */ @@ -228,11 +228,6 @@ nav[hidden] { display: none; } -nav #project-metadata { - overflow: auto; /* Make the content scrollable */ - flex: 1; /* Take up remaining space */ -} - nav footer { padding: 1em; border-top: 1px solid #ccc; @@ -286,7 +281,7 @@ nav .nav-section { margin-top: 2em; border-top: 2px solid #aaa; font-size: 90%; - overflow: hidden; + flex: 1; } nav h2 {