From 4854cb430f2385107c7d9309c96c37ea2ae6a9e4 Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Wed, 22 Nov 2017 15:55:56 +0000 Subject: [PATCH] layout: If the navigation is fixed right we may need to scroll --- public_html/lib/tpl/e/css/modifications.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public_html/lib/tpl/e/css/modifications.css b/public_html/lib/tpl/e/css/modifications.css index 15b4ffee..d6573deb 100644 --- a/public_html/lib/tpl/e/css/modifications.css +++ b/public_html/lib/tpl/e/css/modifications.css @@ -152,7 +152,10 @@ h1, h2, h3, h4, h5, h6, @media (min-width: 1700px) { #dokuwiki__aside { position: fixed; + top: 50px; right: 0; + bottom: -15px; + overflow-y: scroll; height: auto !important; visibility: inherit !important; @@ -492,7 +495,7 @@ legend { } blockquote { -padding: 10px; + padding: 10px; border-left: 4px solid #404040; }