]> git.plutz.net Git - serve0/commitdiff
do not hide overflowing pagination menu
authorpaul <paul@plutz.net>
Wed, 6 Apr 2016 12:35:00 +0000 (12:35 +0000)
committerpaul <paul@plutz.net>
Wed, 6 Apr 2016 12:35:00 +0000 (12:35 +0000)
svn path=/trunk/; revision=114

templates/common.css.sh

index a74e1718cf0ae235f576f8b58dc63c9f66df07ce..edfe39dfb18cb315dcd97065b54a303650e4ad02 100755 (executable)
@@ -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 {