From: paul Date: Wed, 6 Apr 2016 12:35:00 +0000 (+0000) Subject: do not hide overflowing pagination menu X-Git-Url: http://git.plutz.net/?a=commitdiff_plain;h=c153d1b54add3f7b162468890834e1afe97d62df;p=serve0 do not hide overflowing pagination menu svn path=/trunk/; revision=114 --- diff --git a/templates/common.css.sh b/templates/common.css.sh index a74e171..edfe39d 100755 --- a/templates/common.css.sh +++ b/templates/common.css.sh @@ -84,6 +84,9 @@ textarea { border-bottom: 1px solid #FFF; line-height: 1.75em; transition: none; + overflow: auto; + min-height: 1em; + z-index: 2; } .pagination_nav:hover a { display: inline; @@ -145,6 +148,7 @@ div.panel { max-height: 100%; z-index: 0; padding: .25em 6em 0 .5em; + overflow: visible; } .panel:target {