diff options
author | Andrew Manning <andrew@reticu.li> | 2016-03-26 14:17:53 -0400 |
---|---|---|
committer | Andrew Manning <andrew@reticu.li> | 2016-03-26 14:17:53 -0400 |
commit | 661b0084f3d819532c4c97c840a189d7e0c7a93d (patch) | |
tree | 812c40654c6921429efd18b9622654878c377592 /view/tpl | |
parent | 59827b6dfdcab85b65853f3ee75365bda057a993 (diff) | |
download | volse-hubzilla-661b0084f3d819532c4c97c840a189d7e0c7a93d.tar.gz volse-hubzilla-661b0084f3d819532c4c97c840a189d7e0c7a93d.tar.bz2 volse-hubzilla-661b0084f3d819532c4c97c840a189d7e0c7a93d.zip |
Added help for post permissions
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/nav.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index dc5dd27f3..886f73947 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -19,11 +19,12 @@ top: 50px; left: -80%; width: 80%; + height: 60%; padding: 20px; transition: left 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94); - overflow: hidden; box-sizing: border-box; border: #CCC thin solid; + overflow: auto; } .help-content-open { |