ajwillia-ms pushed a commit to branch master.

http://git.enlightenment.org/website/www.git/commit/?id=4854cb430f2385107c7d9309c96c37ea2ae6a9e4

commit 4854cb430f2385107c7d9309c96c37ea2ae6a9e4
Author: Andy Williams <[email protected]>
Date:   Wed Nov 22 15:55:56 2017 +0000

    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;
 }
 

-- 


Reply via email to