ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=2d3404b6b01b7c92ab27e26a9830363e92122183
commit 2d3404b6b01b7c92ab27e26a9830363e92122183 Author: Andy Williams <[email protected]> Date: Mon Nov 20 11:07:02 2017 +0000 layout: don't hide the menu on legacy screen if there is room --- public_html/lib/tpl/e/css/modifications.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public_html/lib/tpl/e/css/modifications.css b/public_html/lib/tpl/e/css/modifications.css index 59d670d6..ba245574 100644 --- a/public_html/lib/tpl/e/css/modifications.css +++ b/public_html/lib/tpl/e/css/modifications.css @@ -145,6 +145,9 @@ h1, h2, h3, h4, h5, h6, #dokuwiki__aside { position: fixed; right: 0; + + height: auto !important; + visibility: inherit !important; } } --
