From c153d1b54add3f7b162468890834e1afe97d62df Mon Sep 17 00:00:00 2001 From: paul Date: Wed, 6 Apr 2016 12:35:00 +0000 Subject: [PATCH] do not hide overflowing pagination menu svn path=/trunk/; revision=114 --- templates/common.css.sh | 4 ++++ 1 file changed, 4 insertions(+) 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 { -- 2.39.2